Skip to content

Commit

Permalink
compile before running and testing app
Browse files Browse the repository at this point in the history
  • Loading branch information
selaux committed Mar 9, 2014
1 parent 9b91c5f commit 242b872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -17,8 +17,8 @@
"url": "git://github.com/selaux/miner-dashboard.git"
},
"scripts": {
"start": "npm install --production && node app",
"test": "node_modules/.bin/grunt test"
"start": "npm install --production && grunt compile && node app",
"test": "node_modules/.bin/grunt compile test"
},
"bin": {
"miner-dashboard": "app.js"
Expand Down

0 comments on commit 242b872

Please sign in to comment.