Fix scripts

This commit is contained in:
danbulant 2020-02-15 18:03:49 +01:00
parent ca8e182ebf
commit cc81fed1d2

View file

@ -4,9 +4,9 @@
"description": "Client application for Ester OS", "description": "Client application for Ester OS",
"private": true, "private": true,
"scripts": { "scripts": {
"start": "echo \"Working on it!\"", "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", "build": "webpack --mode production",
"dev": "echo \"Working on this!\"" "dev-build": "webpack --mode development"
}, },
"keywords": [], "keywords": [],
"author": "Daniel Bulant", "author": "Daniel Bulant",