Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d18d8fe

Browse files
committed
remove "npm start" from "postinstall" script see: #43 (comment)
1 parent 823fc05 commit d18d8fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"scripts": {
2222
"check-coverage": "istanbul cover test/test.js && istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
23-
"postinstall": "npm test && npm start",
23+
"postinstall": "npm test",
2424
"retest": "PORT=8000 node_modules/.bin/nodemon ./test/*.js",
2525
"start": "live-server --port=8000 --open=./examples",
2626
"test": "istanbul cover test/test.js"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /