chore: 打包脚本错误
This commit is contained in:
parent
5ca1b4557a
commit
cf7a56a015
|
@ -12,11 +12,10 @@
|
|||
],
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "run-p type-check vite build",
|
||||
"build": "run-p type-check build-only",
|
||||
"preview": "vite preview",
|
||||
"build-only": "vite build",
|
||||
"type-check": "vue-tsc --noEmit",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"release": "bumpp package.json --commit --push --tag",
|
||||
"prepare": "husky install"
|
||||
|
|
Loading…
Reference in New Issue