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 823fc05 commit d18d8feCopy full SHA for d18d8fe
package.json
@@ -20,7 +20,7 @@
20
},
21
"scripts": {
22
"check-coverage": "istanbul cover test/test.js && istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
23
- "postinstall": "npm test && npm start",
+ "postinstall": "npm test",
24
"retest": "PORT=8000 node_modules/.bin/nodemon ./test/*.js",
25
"start": "live-server --port=8000 --open=./examples",
26
"test": "istanbul cover test/test.js"
0 commit comments