Skip to content

Commit b1ee9f1

Browse files
committed
chore(dev): use watch mode for dev:prod
1 parent dec2e88 commit b1ee9f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vuetify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"watch": "yarn build:lib --watch",
9393
"dev": "cross-env NODE_ENV=development vite",
9494
"dev:ssr": "cross-env NODE_ENV=development VITE_SSR=true vite-ssr",
95-
"dev:prod": "cross-env NODE_ENV=production vite build && vite preview",
95+
"dev:prod": "concurrently \"cross-env NODE_ENV=production vite build -w\" \"vite preview\"",
9696
"build": "rimraf lib dist && concurrently \"yarn build:dist\" \"yarn build:lib\" -n \"dist,lib\" --kill-others-on-fail -r && yarn build:types",
9797
"build:dist": "rollup --config build/rollup.config.js",
9898
"build:lib": "cross-env NODE_ENV=lib babel src --out-dir lib --source-maps --extensions \".ts\",\".tsx\",\".snap\" --copy-files --no-copy-ignored --out-file-extension .mjs",

0 commit comments

Comments
 (0)