Bug 34319: Remove cypress.json from Makefile.PL

And move cypress.config.ts with the others NONE

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Jonathan Druart 2023-09-06 14:43:39 +02:00 committed by Tomas Cohen Arazi
parent 68b999ad67
commit 021d083a9a
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -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',
};