usado respostas como modelo
This commit is contained in:
parent
697f810c0e
commit
01c5799dc6
89 changed files with 35 additions and 137 deletions
21
package.json
21
package.json
|
|
@ -1,22 +1,21 @@
|
|||
{
|
||||
"name": "p-comuns",
|
||||
"version": "0.121.0",
|
||||
"version": "0.122.0",
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
"exports": {
|
||||
"main": "src/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist-import/index.js",
|
||||
"require": "./dist-require/index.js"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"biome": "npx @biomejs/biome check --write ./src",
|
||||
"build-front": "rm -rf dist-import && tsc --project tsconfig-front.json",
|
||||
"build-back": "rm -rf dist-require && tsc --project tsconfig-back.json",
|
||||
"build-types": "rm -rf dist-types && tsc --project tsconfig.types.json",
|
||||
"build": "pnpm run biome && pnpm run build-front && pnpm run build-back"
|
||||
},
|
||||
"author": {
|
||||
"scripts": {
|
||||
"biome": "npx @biomejs/biome check --write ./src",
|
||||
"build-back": "rm -fr dist-require && tsc --project ./tsconfig-back.json",
|
||||
"build-front": "rm -fr dist-import && tsc --project ./tsconfig-front.json",
|
||||
"build": "npm --no-git-tag-version version minor && pnpm run biome && pnpm run build-back && pnpm run build-front"
|
||||
},
|
||||
"author": {
|
||||
"name": "AZTECA SOFTWARE LTDA",
|
||||
"email": "ti@e-licencie.com.br",
|
||||
"url": "https://e-licencie.com.br"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue