This commit is contained in:
Luiz Silva 2025-08-08 10:06:17 -03:00
parent 2d15095bd6
commit 4ef243bcad
7 changed files with 55 additions and 63 deletions

View file

@ -1,6 +1,6 @@
{
"name": "p-comuns",
"version": "0.209.0",
"version": "0.210.0",
"description": "",
"main": "./dist-back/index.js",
"module": "./dist-front/index.mjs",
@ -13,7 +13,7 @@
}
},
"scripts": {
"biome": "npx @biomejs/biome check --write ./src",
"biome": "npx @biomejs/biome format . --write && npx @biomejs/biome check .",
"check": "pnpm run biome && npx tsc --noEmit",
"build": "npm --no-git-tag-version version minor && pnpm run check && tsup --config ./tsup/tsup.config.ts"
},