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.
npx
postinstall
1 parent db3c19e commit 9c6871aCopy full SHA for 9c6871a
package.json
@@ -38,7 +38,7 @@
38
"promises-tests": "promises-aplus-tests tests/promises-aplus/adapter",
39
"observables-tests": "node tests/observables/adapter && node tests/observables/adapter-library",
40
"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",
41
- "postinstall": "node scripts/postinstall"
+ "postinstall": "node -e \"try { require('./scripts/postinstall'); } catch (e) { /* empty */ }\""
42
},
43
"license": "MIT",
44
"keywords": [
0 commit comments