mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-26 10:59:23 -06:00
fix: patching packages in npm/webpack-preprocessor on windows builds (#24473)
This commit is contained in:
@@ -67,7 +67,7 @@ windowsWorkflowFilters: &windows-workflow-filters
|
||||
or:
|
||||
- equal: [ develop, << pipeline.git.branch >> ]
|
||||
- equal: [ linux-arm64, << pipeline.git.branch >> ]
|
||||
- equal: [ 'issue-23843_electron_21_upgrade', << pipeline.git.branch >> ]
|
||||
- equal: [ 'ryanm/fix/windows-node-module-install', << pipeline.git.branch >> ]
|
||||
- matches:
|
||||
pattern: "-release$"
|
||||
value: << pipeline.git.branch >>
|
||||
|
||||
@@ -90,10 +90,5 @@
|
||||
"cypress-plugin",
|
||||
"cypress-preprocessor",
|
||||
"webpack"
|
||||
],
|
||||
"workspaces": {
|
||||
"nohoist": [
|
||||
"merge-source-map"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -256,6 +256,7 @@
|
||||
"nohoist": [
|
||||
"**/webpack-preprocessor/babel-loader",
|
||||
"**/webpack-preprocessor/**/merge-source-map",
|
||||
"**/webpack-preprocessor/**/patch-package",
|
||||
"**/webpack-batteries-included-preprocessor/ts-loader",
|
||||
"**/jest",
|
||||
"**/jest*",
|
||||
|
||||
Reference in New Issue
Block a user