mirror of
https://github.com/danbulant/ester_os
synced 2026-05-26 21:32:01 +00:00
Fix scripts
This commit is contained in:
parent
ca8e182ebf
commit
cc81fed1d2
1 changed files with 3 additions and 3 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue