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.
1 parent c65413f commit cf447b7Copy full SHA for cf447b7
package.json
@@ -6,6 +6,7 @@
6
"scripts": {
7
"build-demo": "cross-env NODE_ENV=production babel-node ./tools/build-demo.js",
8
"build-lib": "cross-env NODE_ENV=production babel-node ./tools/build-lib.js",
9
+ "publish": "npm run build-lib && npm publish",
10
"start": "cross-env NODE_ENV=development babel-node ./demo/Server.js",
11
"test": "mocha ./test --compilers js:babel-register",
12
"coverage": "babel-node ./node_modules/.bin/isparta cover _mocha"
0 commit comments