fix: patching packages in npm/webpack-preprocessor on windows builds (#24473)

This commit is contained in:
Ryan Manuel
2022-10-31 16:07:08 -05:00
committed by GitHub
parent bf5fbb5066
commit 440a08bb2a
3 changed files with 3 additions and 7 deletions

View File

@@ -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 >>

View File

@@ -90,10 +90,5 @@
"cypress-plugin",
"cypress-preprocessor",
"webpack"
],
"workspaces": {
"nohoist": [
"merge-source-map"
]
}
]
}

View File

@@ -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*",