*bcrypto not needed in prebuild
This commit is contained in:
parent
8f6fe728f2
commit
3074f05cd8
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
rimraf node_modules/libskynetnode/node_modules/node-fetch
|
rimraf node_modules/libskynetnode/node_modules/node-fetch
|
||||||
|
|
||||||
for pkg in bcrypto udx-native sodium-native; do
|
for pkg in udx-native sodium-native; do
|
||||||
(
|
(
|
||||||
cd "node_modules/${pkg}" || return
|
cd "node_modules/${pkg}" || return
|
||||||
prebuildify -t "$(node -v)"
|
prebuildify -t "$(node -v)"
|
||||||
|
|
Loading…
Reference in New Issue