build
This commit is contained in:
parent
43616225e7
commit
7e7fbb6809
17 changed files with 159 additions and 18 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "~drives",
|
||||
"version": "0.7.0",
|
||||
"version": "0.10.0",
|
||||
"description": "",
|
||||
"main": "src/index.ts",
|
||||
"exports": {
|
||||
|
|
@ -12,8 +12,8 @@
|
|||
"scripts": {
|
||||
"build-back": "rm -fr dist-require && tsc --project ./tsconfig-back.json",
|
||||
"build-front": "rm -fr dist-import && tsc --project ./tsconfig-front.json",
|
||||
"build": "npm --no-git-tag-version version minor && pnpm run build-back && pnpm run build-front",
|
||||
"biome": "npx @biomejs/biome check --apply ./src && npx @biomejs/biome format --write ./src",
|
||||
"build": "pnpm run biome && npm --no-git-tag-version version minor && pnpm run build-back && pnpm run build-front",
|
||||
"biome": "npx @biomejs/biome check --apply ./src",
|
||||
"nodev": "check-node-version --node '>= 20'"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue