From cc81fed1d24414eeb6873ff6c2c2f7112885cda9 Mon Sep 17 00:00:00 2001 From: danbulant Date: Sat, 15 Feb 2020 18:03:49 +0100 Subject: [PATCH] Fix scripts --- client/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/package.json b/client/package.json index aa955e7..dc15f2a 100644 --- a/client/package.json +++ b/client/package.json @@ -4,9 +4,9 @@ "description": "Client application for Ester OS", "private": true, "scripts": { - "start": "echo \"Working on it!\"", - "build": "webpack", - "dev": "echo \"Working on this!\"" + "start": "echo \"Start live-server for ./build/ then run 'npm run dev-build' every time a change occurs to rebuild. This is going to be fixed someday.\"", + "build": "webpack --mode production", + "dev-build": "webpack --mode development" }, "keywords": [], "author": "Daniel Bulant",