ESM: Added file exists check to npm postinstall script.
This commit is contained in:
parent
093a7c8c8a
commit
4990a1f9f1
@ -125,6 +125,6 @@
|
||||
"test": "grunt test",
|
||||
"docs": "grunt docs",
|
||||
"lint": "grunt lint",
|
||||
"postinstall": "npx j2m node_modules/crypto-api/src/crypto-api.js"
|
||||
"postinstall": "[ -f node_modules/crypto-api/src/crypto-api.mjs ] || npx j2m node_modules/crypto-api/src/crypto-api.js"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user