Move watch & start behavior to npm run dev

This commit is contained in:
Ray Schamp 2015-10-09 10:52:43 -06:00
parent 4fdc4dc49d
commit ecbf770ea4

View file

@ -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",