From 4638f2007a865ec5d797dc2f39c66ccbfb7cad66 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Tue, 6 Sep 2022 09:20:54 +1000 Subject: [PATCH] fix: keep local- config as it is used during build for commit sha --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 13c55ee32..c93de5d36 100644 --- a/package.json +++ b/package.json @@ -307,6 +307,7 @@ "package.json", "config/default.json", "config/${env.SIGNAL_ENV}.json", + "config/local-${env.SIGNAL_ENV}.json", "background.html", "about.html", "password.html",