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.
1 parent 938c5f9 commit 123d22dCopy full SHA for 123d22d
package.json
@@ -13,7 +13,7 @@
13
"scripts": {
14
"postinstall": "npm run bootstrap",
15
"bootstrap": "lerna bootstrap --ignore-scripts --include-dependencies --no-ci --hoist && npm run temporaryClientFixes && npm run build",
16
- "temporaryClientFixes": "cp node_modules/interface-datastore/dist/src/key.d.ts node_modules/interface-datastore/src",
+ "temporaryClientFixes": "cp node_modules/interface-datastore/dist/src/key.d.ts node_modules/interface-datastore/src && cd node_modules/bcrypto && npm i",
17
"bootstrap:block": "npm run bootstrap -- --scope @ethereumjs/block",
18
"bootstrap:blockchain": "npm run bootstrap -- --scope @ethereumjs/blockchain",
19
"bootstrap:client": "npm run bootstrap -- --scope @ethereumjs/client",
0 commit comments