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