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

View file

@ -16,7 +16,8 @@
"biome": "pnpm exec biome check --write",
"check": "pnpm run biome && npx tsc --noEmit",
"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": {
"name": "AZTECA SOFTWARE LTDA",