From 588b6159bf9233b02d2a470563569fa34c7b77c8 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 6 Sep 2023 14:43:39 +0200 Subject: [PATCH] Bug 34319: Remove cypress.json from Makefile.PL And move cypress.config.ts with the others NONE --- Makefile.PL | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index c1ef5c36125..ae96f788474 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -313,7 +313,6 @@ 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 }, @@ -398,7 +397,7 @@ my $target_map = { 'gulpfile.js' => 'NONE', 'package.json' => 'NONE', 'yarn.lock' => 'NONE', - 'cypress.json' => 'NONE', + 'cypress.config.ts' => 'NONE', 'tsconfig.json' => 'NONE', 'webpack.config.js' => 'NONE', }; -- 2.25.1