mirror of
https://github.com/BreizhHardware/Jellystat.git
synced 2026-01-18 16:27:20 +01:00
fix: package.json
add npm run build to build static page for serving
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
|
||||
"preview": "vite preview",
|
||||
"build": "vite build",
|
||||
"start": "cd backend && node server.js"
|
||||
"start": "npm run build && cd backend && node server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/react": "^11.10.6",
|
||||
|
||||
Reference in New Issue
Block a user