From 70b77dcd483b37e7c16e45ff277fd0e5df0690b2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 29 May 2023 10:47:39 +0200 Subject: [PATCH] build(simulator): ensure ui code is not included at cf push MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .cfignore | 1 + rollup.config.mjs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.cfignore b/.cfignore index 8300fc8c..608afbfb 100644 --- a/.cfignore +++ b/.cfignore @@ -63,6 +63,7 @@ mta_archives docker src test +ui temp outputs coverage diff --git a/rollup.config.mjs b/rollup.config.mjs index e044b23c..be507238 100644 --- a/rollup.config.mjs +++ b/rollup.config.mjs @@ -76,7 +76,7 @@ export default { patterns: 'assets/**/*.json', exclude: [ 'assets/config-template.json', - 'assets/*config[-_]*.json', + 'assets/*config[-_.]*.json', 'assets/idtags-template.json', 'assets/authorization-tags-template.json', 'assets/ui-protocol/**/*', -- 2.34.1