teste de geração de pacote
This commit is contained in:
parent
9f17c1adba
commit
428e82e14d
4 changed files with 3 additions and 3 deletions
2
.env
2
.env
|
|
@ -1,2 +0,0 @@
|
||||||
PORTA = '5020'
|
|
||||||
PREFIXO = '/estaticos'
|
|
||||||
1
.npmignore
Normal file
1
.npmignore
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
*.tgz
|
||||||
|
|
@ -16,7 +16,8 @@
|
||||||
"biome": "pnpm exec biome check --write",
|
"biome": "pnpm exec biome check --write",
|
||||||
"check": "pnpm run biome && npx tsc --noEmit",
|
"check": "pnpm run biome && npx tsc --noEmit",
|
||||||
"build": "npm --no-git-tag-version version minor && pnpm run biome && tsup --config ./tsup/tsup.config.ts",
|
"build": "npm --no-git-tag-version version minor && pnpm run biome && tsup --config ./tsup/tsup.config.ts",
|
||||||
"teste": "npx vitest run src/testes/TipagemRotas.test.ts"
|
"teste": "npx vitest run src/testes/TipagemRotas.test.ts",
|
||||||
|
"pacote": "npm pack && npm pack && mv $(npm pack --silent) pacote.tgz"
|
||||||
},
|
},
|
||||||
"author": {
|
"author": {
|
||||||
"name": "AZTECA SOFTWARE LTDA",
|
"name": "AZTECA SOFTWARE LTDA",
|
||||||
|
|
|
||||||
BIN
pacote.tgz
Normal file
BIN
pacote.tgz
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue