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": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "run-p type-check build-only", "build": "run-p type-check vite build",
"preview": "vite preview", "preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit", "type-check": "vue-tsc --noEmit",
"lint": "eslint .", "lint": "eslint .",
"lint:fix": "eslint . --fix", "lint:fix": "eslint . --fix",