mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-09 11:02:48 +00:00
feat: webkit in cypress pipelines
This commit is contained in:
@@ -40,5 +40,10 @@
|
||||
"turbo-ignore": "1.10.6",
|
||||
"typedoc": "0.24.8",
|
||||
"typescript": "5.1.6"
|
||||
},
|
||||
"pnpm": {
|
||||
"patchedDependencies": {
|
||||
"@cypress/schematic@2.5.1": "patches/@cypress__schematic@2.5.1.patch"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
14
patches/@cypress__schematic@2.5.1.patch
Normal file
14
patches/@cypress__schematic@2.5.1.patch
Normal file
@@ -0,0 +1,14 @@
|
||||
diff --git a/src/builders/cypress/schema.json b/src/builders/cypress/schema.json
|
||||
index 70af07ab029ef30f71388db9f91ad411cfb57ace..5a6a0a33ea089524a9b24f121b831c96a065263e 100644
|
||||
--- a/src/builders/cypress/schema.json
|
||||
+++ b/src/builders/cypress/schema.json
|
||||
@@ -27,7 +27,8 @@
|
||||
"chromium",
|
||||
"canary",
|
||||
"firefox",
|
||||
- "edge"
|
||||
+ "edge",
|
||||
+ "webkit"
|
||||
]
|
||||
},
|
||||
"devServerTarget": {
|
||||
Reference in New Issue
Block a user