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