build ok,
This commit is contained in:
@@ -21,8 +21,10 @@
|
||||
"re:build": "yarn clean && yarn install && yarn build",
|
||||
"re:build-npm": "npm run clean && npm install && npm run build",
|
||||
"tsc:dev": "yarn dev & yarn tsc:watch",
|
||||
"tsc:w": "tsc --noEmit --watch",
|
||||
"tsc:print": "npx tsc --showConfig"
|
||||
"tsc:print": "npx tsc --showConfig",
|
||||
"tsc:w": "npx nodemon --delay 3 --ext ts,tsx --exec \"yarn tsc\"",
|
||||
"tsc:watch": "tsc --noEmit --watch",
|
||||
"tsc": "tsc --noEmit"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
|
Reference in New Issue
Block a user