Skip to content

Commit

Permalink
removed postinstall message
Browse files Browse the repository at this point in the history
  • Loading branch information
beatfactor committed Jul 30, 2021
1 parent babd88c commit 845de6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@
"mocha-coverage": "nyc --reporter=html mocha test/src/",
"test": "mocha test/src/",
"test-ci": "mocha test/src/ --bail",
"coverage": "npx nyc report --reporter=text-lcov > ./coverage/mocha_coverage.lcov",
"postinstall": "node bin/show_survey.js"
"coverage": "npx nyc report --reporter=text-lcov > ./coverage/mocha_coverage.lcov"
},
"eslintConfig": {
"extends": "eslint:recommended",
Expand Down

0 comments on commit 845de6e

Please sign in to comment.