Closed
Conversation
Fix build.content.mjs: - Support GITHUB_BRANCH env var for cloning content repos - Remove content/ before copying to prevent merge artifacts Add scripts/dev.sh - single-command local dev workflow: - Checks out the exact commit deployed on the Netlify site - Unlinks/relinks Netlify site to ensure correct env vars - Clears process env vars that override site settings - Backs up .env to let Netlify site vars take priority - Cleans generated content, .tina/, and i18n files - Sets USE_CONTENT_CACHE=true to avoid loader timeouts - Kills stale processes on ports 4321/9000 - Starts netlify dev Usage: npm run dev -- <site> (sites defined in scripts/sites.json)
Queries Netlify API for all CDP sites the user has access to and writes scripts/sites.json. Developers can then edit the file to use shorter names.
tinacms ^2.7.2 → ^3.6.1 @tinacms/cli ^1.9.2 → ^2.1.9 @tinacms/datalayer ^1.3.14 → ^2.0.12 tinacms-authjs ^10.0.2 → ^20.0.1 next-tinacms-s3 ^10.0.2 → ^20.0.1
…re/tinacms-upgrade-3.6
tinacms 3.x dropped react-dnd and react-dnd-html5-backend as transitive deps but @udecode/plate-dnd still needs them. tinacms-authjs 20.x moved next-auth from direct to peer dep. Externalize next in netlify.toml so esbuild doesn't try to bundle Next.js framework modules.
❌ Deploy Preview for universities-studying-slavery failed. Why did it fail? →
|
❌ Deploy Preview for juel-staging failed. Why did it fail? →
|
❌ Deploy Preview for padp-staging failed. Why did it fail? →
|
❌ Deploy Preview for juel-ancestry failed. Why did it fail? →
|
❌ Deploy Preview for gbof-c19nyc-staging failed. Why did it fail? →
|
❌ Deploy Preview for registro-project failed. Why did it fail? →
|
❌ Deploy Preview for juel-life failed. Why did it fail? →
|
❌ Deploy Preview for libertos failed. Why did it fail? →
|
❌ Deploy Preview for gamepossible failed. Why did it fail? →
|
❌ Deploy Preview for pss-scavenger-hunt failed. Why did it fail? →
|
5 tasks
Member
Author
|
Superseded by #577 which includes the TinaCMS 3.6.x upgrade along with Clerk RBAC. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
nextin netlify.toml so esbuild doesn't bundle Next.js framework modules in the Netlify functionTest plan
npm run vitestandnpm run test-configpassdev.sh juel --no-match)Includes #574