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:
parent
68b999ad67
commit
021d083a9a
1 changed files with 1 additions and 2 deletions
|
@ -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',
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue