From 071d1e8566b0da8592fdf8b10d481f554fb872af Mon Sep 17 00:00:00 2001 From: FabianLars Date: Mon, 9 Dec 2024 15:56:34 +0100 Subject: [PATCH] fix --- .scripts/ci/check-change-files.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/ci/check-change-files.js b/.scripts/ci/check-change-files.js index aece556f..c9ff7e9b 100644 --- a/.scripts/ci/check-change-files.js +++ b/.scripts/ci/check-change-files.js @@ -14,7 +14,7 @@ import { join } from 'path' 'deep-link-example-js' ] */ -const rsOnly = ['localhost', 'persisted-scope'] +const rsOnly = ['localhost', 'persisted-scope', 'single-instance'] function checkChangeFiles(changeFiles) { let code = 0