From 64b80001a067cc757233df04cba4ada19d2cd0a1 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Tue, 6 Dec 2022 15:57:38 -0500 Subject: [PATCH] *We should no longer need to delete this copy of the dep with resolutions --- prebuild.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/prebuild.sh b/prebuild.sh index 53d2c08..713b58a 100644 --- a/prebuild.sh +++ b/prebuild.sh @@ -1,7 +1,5 @@ #!/bin/bash -rimraf node_modules/libskynetnode/node_modules/node-fetch - for pkg in udx-native sodium-native; do ( cd "node_modules/${pkg}" || return