Skip to content

Commit bc1a34a

Browse files
committed
fix: update build script in package.json to include production mode
1 parent d1cd020 commit bc1a34a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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",
8-
"build": "vue-tsc -b && vite build",
8+
"build": "vue-tsc -b && vite build --mode production",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {

0 commit comments

Comments
 (0)