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",
|
||||
"description": "Standalone WWW client for Scratch",
|
||||
"scripts": {
|
||||
"start": "make start &",
|
||||
"poststart": "make watch",
|
||||
"prestart": "make build",
|
||||
"start": "make start",
|
||||
"stop": "make stop",
|
||||
"test": "make test",
|
||||
"watch": "make watch",
|
||||
"stop": "make stop",
|
||||
"build": "make build",
|
||||
"prestart": "make build"
|
||||
"dev": "make watch && make start &"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in a new issue