From 732c01d3c3fcbd9f3f2a3f39db19670b5a5a5769 Mon Sep 17 00:00:00 2001 From: Taranto Date: Mon, 7 Mar 2022 11:29:28 +0000 Subject: [PATCH] chore: keccak workaround --- deploy/remove-modules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/remove-modules.js b/deploy/remove-modules.js index b68393f8e..52c04bd84 100755 --- a/deploy/remove-modules.js +++ b/deploy/remove-modules.js @@ -11,7 +11,7 @@ const isNative = m => { const isNative = fs.existsSync(path.resolve(base, m, 'build', 'Release')) // TODO this is awfully manual right now. - const mappedNative = m === '@lamassu' || m === '@pokusew' || m === '@joepie91' + const mappedNative = m === '@lamassu' || m === '@pokusew' || m === '@joepie91' || m === 'keccak' if (mode === '--rem-native') return isNative || mappedNative