Add front prod instructions
This commit is contained in:
parent
e907d22faf
commit
51ec5f5d40
|
@ -5,7 +5,8 @@
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"back": "node src/back",
|
"back": "node src/back",
|
||||||
"front": "parcel serve src/front/index.html",
|
"front:debug": "parcel serve src/front/index.html",
|
||||||
|
"front:prod": "npx parcel build src/front/index.html --no-source-maps --no-autoinstall",
|
||||||
"lint": "eslint ."
|
"lint": "eslint ."
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
|
|
Loading…
Reference in New Issue