From 51ec5f5d408dc1a1b88d38ad75db8d711818c616 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matt=C3=A9o=20Delabre?= Date: Sat, 25 Jul 2020 00:58:35 +0200 Subject: [PATCH] Add front prod instructions --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6a22a9f..a324894 100644 --- a/package.json +++ b/package.json @@ -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": [],