This commit is contained in:
Luiz Silva 2024-05-06 10:29:32 -03:00
parent b5ca2d50ac
commit d80b60a74b
6 changed files with 22 additions and 5 deletions

View file

@ -1,10 +1,10 @@
{
"name": "~comuns",
"version": "0.0.0",
"version": "0.2.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "npm run biome && tsc",
"build": "npm --no-git-tag-version version minor && npm run biome && tsc",
"biome": "npx @biomejs/biome check --apply ./src && npx @biomejs/biome format --write ./src"
},
"author": "",