Spaces:
Sleeping
Sleeping
leonsimon23
commited on
Commit
•
2be662b
1
Parent(s):
b75d592
Update package.json
Browse files- package.json +1 -1
package.json
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
"type": "module",
|
6 |
"scripts": {
|
7 |
"dev": "vite",
|
8 |
-
"build": "vite build",
|
9 |
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
|
10 |
"preview": "vite preview"
|
11 |
},
|
|
|
5 |
"type": "module",
|
6 |
"scripts": {
|
7 |
"dev": "vite",
|
8 |
+
"build": "vite build && mv dist build",
|
9 |
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
|
10 |
"preview": "vite preview"
|
11 |
},
|