Skip to content

Commit 4a3e794

Browse files
author
Ian
committed
replaced run-p with npm-run-all
1 parent f497ff4 commit 4a3e794

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
@@ -6,7 +6,7 @@
66
"private": true,
77
"scripts": {
88
"dev": "vite",
9-
"build": "run-p build-only",
9+
"build": "npm-run-all build-only",
1010
"preview": "vite preview",
1111
"build-only": "vite build",
1212
"type-check": "vue-tsc --noEmit",

0 commit comments

Comments
 (0)