Make cloudflare pages wrangler action happier

By disabling root workspace check to workaround https://github.com/cloudflare/wrangler-action/issues/181
This commit is contained in:
Michael Telatynski
2026-06-01 15:14:51 +01:00
parent 210421ac47
commit e52d5f0f99
+1
View File
@@ -1,6 +1,7 @@
linkWorkspacePackages: true linkWorkspacePackages: true
cleanupUnusedCatalogs: true cleanupUnusedCatalogs: true
ignorePatchFailures: false ignorePatchFailures: false
ignoreWorkspaceRootCheck: true
packages: packages:
- "apps/*" - "apps/*"
- "packages/*" - "packages/*"