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