Skip to content

Commit a1bd52c

Browse files
committed
fix: remove redundant build flag in package.json
1 parent ebd60c0 commit a1bd52c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"dev": "vite --config config/vite.config.ts",
8-
"build": "vue-tsc --project config/tsconfig.json -b && vite build --config config/vite.config.ts",
8+
"build": "vue-tsc --project config/tsconfig.json && vite build --config config/vite.config.ts",
99
"start": "vite preview --config config/vite.config.ts",
1010
"preview": "vite preview --config config/vite.config.ts",
1111
"lint": "eslint . --config config/eslint.config.ts --ext .vue,.js,.ts --fix",

0 commit comments

Comments
 (0)