Bugzilla – Attachment 155272 Details for
Bug 34319
Upgrade Cypress
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34319: Remove cypress.json from Makefile.PL
Bug-34319-Remove-cypressjson-from-MakefilePL.patch (text/plain), 1.28 KB, created by
Jonathan Druart
on 2023-09-06 12:44:22 UTC
(
hide
)
Description:
Bug 34319: Remove cypress.json from Makefile.PL
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-09-06 12:44:22 UTC
Size:
1.28 KB
patch
obsolete
>From 588b6159bf9233b02d2a470563569fa34c7b77c8 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 34319
:
153714
|
153952
|
153954
|
155097
|
155234
| 155272