*We should no longer need to delete this copy of the dep with resolutions
This commit is contained in:
parent
b4e09c05cf
commit
64b80001a0
|
@ -1,7 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
rimraf node_modules/libskynetnode/node_modules/node-fetch
|
|
||||||
|
|
||||||
for pkg in udx-native sodium-native; do
|
for pkg in udx-native sodium-native; do
|
||||||
(
|
(
|
||||||
cd "node_modules/${pkg}" || return
|
cd "node_modules/${pkg}" || return
|
||||||
|
|
Loading…
Reference in New Issue