Skip to content

Commit 87095da

Browse files
committed
test script
1 parent 6baffd6 commit 87095da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"start": "rollup -c -w",
3131
"prepublishOnly": "npm run build",
3232
"predeploy": "cd example && npm install && npm run build",
33-
"deploy": "gh-pages -d example/build"
33+
"deploy": "gh-pages -d example/build",
34+
"test": "echo \"Error: no test specified\""
3435
},
3536
"peerDependencies": {
3637
"react": "^16.0.0"

0 commit comments

Comments
 (0)