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 0a79bf0 commit dfedaa1Copy full SHA for dfedaa1
package.json
@@ -9,7 +9,8 @@
9
"prepublish": "npm run build",
10
"typecheck": "flow check",
11
"lint": "./node_modules/.bin/eslint --fix src/ test/",
12
- "check": "npm run lint && npm run typecheck && npm run test"
+ "check": "npm run lint && npm run typecheck && npm run test",
13
+ "postinstall": "scripts/postinstall.js"
14
},
15
"repository": {
16
"type": "git",
scripts/postinstall.sh
@@ -0,0 +1,2 @@
1
+cp scripts/tx.js node_modules/bcoin/lib/primitives
2
+cp scripts/txdb.js node_modules/bcoin/lib/wallet
0 commit comments