Skip to content

fix(element): add build step before lint in deploy workflow - #922

Merged
jordan-a-young merged 1 commit into
mainfrom
fix/deploy-lint-build-order
Jun 16, 2026
Merged

fix(element): add build step before lint in deploy workflow#922
jordan-a-young merged 1 commit into
mainfrom
fix/deploy-lint-build-order

Conversation

@jordan-a-young

Copy link
Copy Markdown
Member

The eslint-import-resolver-typescript resolver uses package.json exports to find type declarations at ./dist/index.d.ts. Without a build step, those files don't exist and import/no-unresolved fires for workspace deps.

This matches the pr-build.yml workflow which already builds before linting.

The eslint-import-resolver-typescript resolver uses package.json exports
to find type declarations at ./dist/index.d.ts. Without a build step,
those files don't exist and import/no-unresolved fires for workspace deps.

This matches the pr-build.yml workflow which already builds before linting.
@github-actions

Copy link
Copy Markdown
Contributor

🚀 Preview deployed!

📖 View Storybook Preview

@jordan-a-young
jordan-a-young merged commit 02b5e37 into main Jun 16, 2026
9 checks passed
github-actions Bot pushed a commit that referenced this pull request Jun 16, 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