diff --git a/package.json b/package.json index 6b1a0352..05ee49b9 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "scripts": { "test": "grunt test", "dev": "grunt serve", - "start": "nw", + "start": "grunt build && nw", "preversion": "grunt test build", "postversion": "git push && git push --tags && npm publish", "release": "grunt && node ./bin/copy-to-piskel-website",