build ok,
This commit is contained in:
@@ -87,8 +87,11 @@
|
||||
"prepare": "husky install",
|
||||
"preview": "vite preview",
|
||||
"start": "npm run dev",
|
||||
"tsc": "tsc --noEmit",
|
||||
"tsc:w": "tsc -w --noEmit"
|
||||
"tsc:dev": "yarn dev & yarn tsc:watch",
|
||||
"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"
|
||||
},
|
||||
"version": "0.0.1"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user