We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf26b6 commit 23a6b71Copy full SHA for 23a6b71
package.json
@@ -24,7 +24,8 @@
24
"url": "http://github.com/thedersen/backbone.validation.git"
25
},
26
"scripts": {
27
- "test": "mocha --ui exports --recursive",
+ "test": "grunt rig && mocha --ui exports --recursive",
28
+ "build": "grunt",
29
"prepublish": "grunt"
30
31
"main": "./dist/backbone-validation-amd.js",
0 commit comments