Add front prod instructions

This commit is contained in:
Mattéo Delabre 2020-07-25 00:58:35 +02:00
parent e907d22faf
commit 51ec5f5d40
Signed by: matteo
GPG Key ID: AE3FBD02DC583ABB
1 changed files with 2 additions and 1 deletions

View File

@ -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": [],