From 68b999ad67004be4dc729a73afa6c278d82fa0ad Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 5 Sep 2023 15:28:16 -0300 Subject: [PATCH] Bug 34319: (QA follow-up) Add cypress.config.ts to Makefile.PL mapping Signed-off-by: Tomas Cohen Arazi --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.PL b/Makefile.PL index c81b6461979..c1ef5c36125 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -313,6 +313,7 @@ my $target_map = { './clubs' => 'INTRANET_CGI_DIR', './course_reserves' => 'INTRANET_CGI_DIR', './cpanfile' => 'PERL_MODULE_DIR', + './cypress.config.ts' => 'NONE', './docs/history.txt' => { target => 'DOC_DIR', trimdir => -1 }, './docs/contributors.yaml' => { target => 'DOC_DIR', trimdir => -1 }, './docs/teams.yaml' => { target => 'DOC_DIR', trimdir => -1 }, -- 2.42.0