build
This commit is contained in:
parent
b5ca2d50ac
commit
d80b60a74b
6 changed files with 22 additions and 5 deletions
|
|
@ -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": "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue