Skip to content

Commit bbb4a36

Browse files
committed
Run grunt build with npm test so that we can upload all files
1 parent 63d6cc0 commit bbb4a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"url": "https://github.com/facebook/react"
3333
},
3434
"scripts": {
35-
"test": "grunt test"
35+
"test": "grunt build && grunt test"
3636
},
3737
"dependencies": {
3838
"base62": "~0.1.1",

0 commit comments

Comments
 (0)