Skip to content

Commit 25622dc

Browse files
committed
Add test script to package.json
1 parent 7923980 commit 25622dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"scripts": {
2020
"build": "gulp build",
2121
"examples": "gulp examples",
22-
"gh-deploy": "git subtree push --prefix examples/dist origin gh-pages"
22+
"gh-deploy": "git subtree push --prefix examples/dist origin gh-pages",
23+
"test": "gulp test"
2324
},
2425
"peerDependencies": {
2526
"react": "^15.3.0"

0 commit comments

Comments
 (0)