We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82f451a commit 996e176Copy full SHA for 996e176
bin/build-tools/lib/build-windows.ts
@@ -63,7 +63,7 @@ export async function buildWindowsConfig(
63
ignore: [
64
new RegExp(`${commonConfig.electronDirectory}/renderer/src$`),
65
new RegExp(`${commonConfig.electronDirectory}/src$`),
66
- new RegExp(`/\.yarn$`),
+ new RegExp(`/\\.yarn$`),
67
new RegExp(`/bin$`),
68
new RegExp(`/jenkins$`),
69
],
0 commit comments