From 1d911a73fc9f12f4f34caea75900e98f3d167148 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Tue, 25 May 2021 11:44:00 -0400 Subject: [PATCH] Add tests folder to bundle --- scripts/winbundle.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/winbundle.js b/scripts/winbundle.js index dabcf63..6c60d64 100644 --- a/scripts/winbundle.js +++ b/scripts/winbundle.js @@ -102,6 +102,7 @@ async.series([ "helpers", "public", "scripts", + "tests", "tmp", "config-default.json", "LICENSE",