From 78738675b8f113b7b0c941aefb976040a3d1e423 Mon Sep 17 00:00:00 2001 From: Audric Ackermann <audric@loki.network> Date: Wed, 20 Oct 2021 15:47:00 +1100 Subject: [PATCH] fix release build script --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 14fe768fd..4e6381299 100644 --- a/package.json +++ b/package.json @@ -336,6 +336,8 @@ "node_modules/socks/build/common/*.js", "node_modules/socks/build/client/*.js", "node_modules/smart-buffer/build/*.js", + "node_modules/react-draggable/build/cjs/*.js", + "node_modules/react-draggable/build/cjs/utils/*.js", "!node_modules/@journeyapps/sqlcipher/deps/*", "!node_modules/@journeyapps/sqlcipher/build/*", "!node_modules/@journeyapps/sqlcipher/lib/binding/node-*",