teste de geração de pacote

This commit is contained in:
Luiz Silva 2025-10-24 08:46:11 -03:00
parent 9f17c1adba
commit 428e82e14d
4 changed files with 3 additions and 3 deletions

2
.env
View file

@ -1,2 +0,0 @@
PORTA = '5020'
PREFIXO = '/estaticos'

1
.npmignore Normal file
View file

@ -0,0 +1 @@
*.tgz

View file

@ -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

Binary file not shown.