Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update dev deps and fix rollup not deleting the dist/types dir after build #419

Merged
merged 1 commit into from
May 4, 2023

Conversation

rpearce
Copy link
Owner

@rpearce rpearce commented May 3, 2023

Description

This updates some dev dependencies and fixes rollup not deleting the ./dist/types directory after an npm run build. We already are using dts() to get a single index.d.ts file, so this is an artifact that needs removing.

Testing

  1. npm install
  2. npm run build and check the dist/ directory doesn't have a types dir
  3. npm start and ensure things work in Storybook

@rpearce rpearce added the chore label May 3, 2023
@rpearce rpearce self-assigned this May 3, 2023
@rpearce rpearce merged commit 7114ed9 into main May 4, 2023
2 checks passed
@rpearce rpearce deleted the chore/deps branch May 4, 2023 01:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant