This commit is contained in:
Luiz Silva 2024-05-07 08:05:01 -03:00
parent d80b60a74b
commit cd6d9c35a2
13 changed files with 35 additions and 3 deletions

View file

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