mirror of
https://github.com/danbulant/ester_os
synced 2026-05-19 04:08:44 +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",
|
||||
"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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue