Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

Commit

Permalink
Tests: basic test running production build
Browse files Browse the repository at this point in the history
- will need more complex version, see #11
  • Loading branch information
enzy committed Apr 23, 2014
1 parent 7f46173 commit c9f1252
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"scripts": {
"start": "grunt dev",
"prepublish": "bower install --config.interactive=false && grunt",
"build": "grunt"
"build": "grunt",
"test": "grunt"
}
}

0 comments on commit c9f1252

Please sign in to comment.