mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Run grunt build with npm test so that we can upload all files
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@
|
||||
"url": "https://github.com/facebook/react"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "grunt test"
|
||||
"test": "grunt build && grunt test"
|
||||
},
|
||||
"dependencies": {
|
||||
"base62": "~0.1.1",
|
||||
|
||||
Reference in New Issue
Block a user