Skip to content

Commit 23a6b71

Browse files
author
Luiz Américo
committed
Add build script and run build before tests
1 parent daf26b6 commit 23a6b71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"url": "http://github.com/thedersen/backbone.validation.git"
2525
},
2626
"scripts": {
27-
"test": "mocha --ui exports --recursive",
27+
"test": "grunt rig && mocha --ui exports --recursive",
28+
"build": "grunt",
2829
"prepublish": "grunt"
2930
},
3031
"main": "./dist/backbone-validation-amd.js",

0 commit comments

Comments
 (0)