From dd160177a9a63a0eea0c3ea3eb66ad6663d49ac5 Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Mon, 1 Feb 2021 10:48:20 -0600 Subject: [PATCH] Remove new temporary SQLCipher build files from bundled app --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b2412157d..ab44bfd56 100644 --- a/package.json +++ b/package.json @@ -411,6 +411,7 @@ "!node_modules/sharp/{install,src,vendor/include}", "!node_modules/@journeyapps/sqlcipher/deps/*", "!node_modules/@journeyapps/sqlcipher/build/*", + "!node_modules/@journeyapps/sqlcipher/build-tmp-napi-*", "!node_modules/@journeyapps/sqlcipher/lib/binding/node-*", "node_modules/libsignal-client/build/*.node", "node_modules/ringrtc/build/${platform}/**"