Skip to content

Commit

Permalink
chore: keccak workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelTaranto committed Mar 7, 2022
1 parent cfc5c6f commit 732c01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/remove-modules.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 732c01d

Please sign in to comment.