Run grunt build with npm test so that we can upload all files

This commit is contained in:
Paul O’Shannessy
2013-07-22 18:16:44 -07:00
parent 63d6cc013e
commit bbb4a367be
+1 -1
View File
@@ -32,7 +32,7 @@
"url": "https://github.com/facebook/react"
},
"scripts": {
"test": "grunt test"
"test": "grunt build && grunt test"
},
"dependencies": {
"base62": "~0.1.1",