mirror of
https://github.com/gchq/CyberChef
synced 2025-12-14 23:33:25 +00:00
ESM: Added file exists check to npm postinstall script.
This commit is contained in:
@@ -125,6 +125,6 @@
|
|||||||
"test": "grunt test",
|
"test": "grunt test",
|
||||||
"docs": "grunt docs",
|
"docs": "grunt docs",
|
||||||
"lint": "grunt lint",
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user