Add build as pre-publish step to npm. Fix #784

This commit is contained in:
Antoine Vandecreme 2016-01-26 18:32:08 -05:00
parent c17f22f82b
commit 4fea91e936

View File

@ -29,6 +29,7 @@
"qunitjs": "^1.20.0" "qunitjs": "^1.20.0"
}, },
"scripts": { "scripts": {
"test": "grunt test" "test": "grunt test",
"prepublish": "grunt build"
} }
} }