Skip to content

Commit 123d22d

Browse files
committed
re-add temporary fix: build bcrypto.node
1 parent 938c5f9 commit 123d22d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"scripts": {
1414
"postinstall": "npm run bootstrap",
1515
"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",
16+
"temporaryClientFixes": "cp node_modules/interface-datastore/dist/src/key.d.ts node_modules/interface-datastore/src && cd node_modules/bcrypto && npm i",
1717
"bootstrap:block": "npm run bootstrap -- --scope @ethereumjs/block",
1818
"bootstrap:blockchain": "npm run bootstrap -- --scope @ethereumjs/blockchain",
1919
"bootstrap:client": "npm run bootstrap -- --scope @ethereumjs/client",

0 commit comments

Comments
 (0)