.
This commit is contained in:
parent
cd76d4fb15
commit
201cfb4a30
2 changed files with 14 additions and 13 deletions
|
|
@ -9,7 +9,8 @@
|
|||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "rm -R dist && cd src/componentes && tsc && cd ../.. && npm --no-git-tag-version version minor",
|
||||
"biome": "npx @biomejs/biome check --apply ./src && npx @biomejs/biome format --write ./src"
|
||||
"biome": "npx @biomejs/biome check --apply ./src && npx @biomejs/biome format --write ./src",
|
||||
"postinstall": "pnpm up ~*"
|
||||
},
|
||||
"dependencies": {
|
||||
"@biomejs/biome": "^1.6.4",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue