We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
prepublishOnly
1 parent 2ee7c8b commit 29f734fCopy full SHA for 29f734f
package.json
@@ -24,6 +24,7 @@
24
"coveralls": "cat ./coverage/lcov.info | coveralls",
25
"show:cov": "open coverage/lcov-report/index.html",
26
"show:docs": "open docs/index.html",
27
+ "prepublishOnly": "npm run test && npm run build",
28
"deploy:demo": "npm run build && npm run build:docs && cd demo && npm run build && npm run deploy"
29
},
30
"repository": {
0 commit comments