From 4129da4d2695de0763aabdcbd6e6a7617d42976d Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Fri, 4 Nov 2022 10:19:44 -0100 Subject: [PATCH] Bug 32030: Move cypress to t - fix build_js/watch_js Signed-off-by: Martin Renvoize Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f11d86e7f0..821963479b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,5 +2,5 @@ "compilerOptions": { "resolveJsonModule": true }, - "exclude": ["./cypress"] + "exclude": ["./t/cypress"] } -- 2.39.5