Skip to content

Commit f4739c9

Browse files
fix: add build script to package.json for Vite
1 parent 59f0ae7 commit f4739c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"version": "10.0.0",
55
"type": "module",
66
"scripts": {
7-
"start": "vite"
7+
"start": "vite",
8+
"build": "vite build"
89
},
910
"dependencies": {
1011
"react": "^18.3.1",

0 commit comments

Comments
 (0)