diff --git a/package.json b/package.json index 9ea3ee0d4..922a257f7 100644 --- a/package.json +++ b/package.json @@ -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",