Skip to content

fix(nuxt): use a standalone tsconfig for the module build#2060

Merged
CodeDredd merged 1 commit into
mainfrom
fix/nuxt-tsconfig-standalone
Jul 20, 2026
Merged

fix(nuxt): use a standalone tsconfig for the module build#2060
CodeDredd merged 1 commit into
mainfrom
fix/nuxt-tsconfig-standalone

Conversation

@CodeDredd

Copy link
Copy Markdown
Owner

The v2.0.0 release workflow failed in release.sh's full build: packages/nuxt/tsconfig.json extended ./playground/.nuxt/tsconfig.json, which only exists after nuxi prepare — not on a fresh CI checkout. CI never caught it because build:ci doesn't build the nuxt package.

The module now uses a small standalone tsconfig. Verified locally with the generated playground files removed: nuxt-module-build build green.

The tsconfig extended the generated playground tsconfig, which does
not exist on a fresh checkout and broke the release build.
@CodeDredd
CodeDredd merged commit 3bbe949 into main Jul 20, 2026
@CodeDredd
CodeDredd deleted the fix/nuxt-tsconfig-standalone branch July 20, 2026 17:35
@github-actions github-actions Bot mentioned this pull request Jul 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant