build com geração de pacote

This commit is contained in:
Luiz Silva 2025-10-24 08:49:53 -03:00
parent 428e82e14d
commit cb63a087fe
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "p-comuns",
"version": "0.247.0",
"version": "0.248.0",
"description": "",
"main": "./dist-back/index.js",
"module": "./dist-front/index.mjs",
@ -15,7 +15,7 @@
"scripts": {
"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",
"build": "npm --no-git-tag-version version minor && pnpm run biome && tsup --config ./tsup/tsup.config.ts && pnpm run pacote",
"teste": "npx vitest run src/testes/TipagemRotas.test.ts",
"pacote": "npm pack && npm pack && mv $(npm pack --silent) pacote.tgz"
},