Add front prod instructions
This commit is contained in:
parent
e907d22faf
commit
51ec5f5d40
|
@ -5,7 +5,8 @@
|
|||
"main": "index.js",
|
||||
"scripts": {
|
||||
"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 ."
|
||||
},
|
||||
"keywords": [],
|
||||
|
|
Loading…
Reference in New Issue