put bitcoreNode attr in package json to enable bitcore to find scripts
This commit is contained in:
parent
0473d96ab8
commit
d014ee2d6f
@ -66,4 +66,4 @@
|
|||||||
"node": ">=8"
|
"node": ">=8"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
@ -16,6 +16,7 @@
|
|||||||
"bitcore",
|
"bitcore",
|
||||||
"API"
|
"API"
|
||||||
],
|
],
|
||||||
|
"bitcoreNode": "bitcore-node",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "run-s install-app",
|
"postinstall": "run-s install-app",
|
||||||
"install-app": "cd app && npm install",
|
"install-app": "cd app && npm install",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user