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:
@@ -1,6 +1,7 @@
|
||||
linkWorkspacePackages: true
|
||||
cleanupUnusedCatalogs: true
|
||||
ignorePatchFailures: false
|
||||
ignoreWorkspaceRootCheck: true
|
||||
packages:
|
||||
- "apps/*"
|
||||
- "packages/*"
|
||||
|
||||
Reference in New Issue
Block a user