build
This commit is contained in:
parent
7d895ac6d9
commit
1ae6fb6d51
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
"postinstall": "pnpm up p-*",
|
||||
"build-back": "rm -fr dist-require && tsc --project ./tsconfig-back.json",
|
||||
"build-front": "rm -fr dist-import && tsc --project ./tsconfig-front.json",
|
||||
"build": "pnpm run biome && npm --no-git-tag-version version minor && pnpm run build-back && pnpm run build-front",
|
||||
"build": "npm --no-git-tag-version version minor && pnpm run biome && pnpm run build-back && pnpm run build-front",
|
||||
"biome": "npx @biomejs/biome check --write ./src",
|
||||
"nodev": "check-node-version --node '>= 20'"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue