chore: miss build-only script

This commit is contained in:
ChenZhaoYu 2023-02-13 11:06:07 +08:00
parent 11544ff24b
commit 5ca1b4557a
1 changed files with 2 additions and 1 deletions

View File

@ -12,8 +12,9 @@
],
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"build": "run-p type-check vite build",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit",
"lint": "eslint .",
"lint:fix": "eslint . --fix",