mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 23:27:54 -05:00
Move watch & start behavior to npm run dev
This commit is contained in:
parent
4fdc4dc49d
commit
ecbf770ea4
1 changed files with 4 additions and 4 deletions
|
@ -3,13 +3,13 @@
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Standalone WWW client for Scratch",
|
"description": "Standalone WWW client for Scratch",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "make start &",
|
"prestart": "make build",
|
||||||
"poststart": "make watch",
|
"start": "make start",
|
||||||
|
"stop": "make stop",
|
||||||
"test": "make test",
|
"test": "make test",
|
||||||
"watch": "make watch",
|
"watch": "make watch",
|
||||||
"stop": "make stop",
|
|
||||||
"build": "make build",
|
"build": "make build",
|
||||||
"prestart": "make build"
|
"dev": "make watch && make start &"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in a new issue