Skip to content

Commit

Permalink
add a workaround of a strange npx bug on postinstall, fix #551
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed May 21, 2019
1 parent db3c19e commit 9c6871a
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 @@ -38,7 +38,7 @@
"promises-tests": "promises-aplus-tests tests/promises-aplus/adapter",
"observables-tests": "node tests/observables/adapter && node tests/observables/adapter-library",
"test": "npm run grunt clean copy && npm run lint && npm run grunt livescript client karma:default && npm run grunt library karma:library && npm run promises-tests && npm run observables-tests && lsc tests/commonjs",
"postinstall": "node scripts/postinstall"
"postinstall": "node -e \"try { require('./scripts/postinstall'); } catch (e) { /* empty */ }\""
},
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 9c6871a

Please sign in to comment.