Skip to content

Commit

Permalink
Fixed #2755 – postinstall issue on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
beatfactor committed Jun 21, 2021
1 parent 84cfb84 commit 5b58d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"test": "mocha test/src/",
"test-ci": "mocha test/src/ --bail",
"coverage": "npx nyc report --reporter=text-lcov > ./coverage/mocha_coverage.lcov",
"postinstall": "bin/show_survey.js"
"postinstall": "node bin/show_survey.js"
},
"eslintConfig": {
"extends": "eslint:recommended",
Expand Down

0 comments on commit 5b58d69

Please sign in to comment.