diff --git a/package.json b/package.json index 007df1cc..8b6e2c32 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "main": "./dest/prod/index.html", "scripts": { "test": "grunt test", - "dev": "grunt serve", + "dev": "grunt play", "start": "grunt build && nw", "preversion": "grunt test build", "postversion": "git push && git push --tags && npm publish",