Skip to content

Commit

Permalink
Add build script and run build before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Luiz Américo committed Apr 21, 2018
1 parent daf26b6 commit 23a6b71
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 @@ -24,7 +24,8 @@
"url": "http://github.com/thedersen/backbone.validation.git"
},
"scripts": {
"test": "mocha --ui exports --recursive",
"test": "grunt rig && mocha --ui exports --recursive",
"build": "grunt",
"prepublish": "grunt"
},
"main": "./dist/backbone-validation-amd.js",
Expand Down

0 comments on commit 23a6b71

Please sign in to comment.