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(repo): use pnpm exec to speed up husky hook #1727

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

younggglcy
Copy link
Contributor

This PR doesn't contain any changes to rollup plugins.

This PR contains:

  • bugfix
  • feature
  • refactor
  • documentation
  • other

Are tests included?

  • yes (bugfixes and features will not be merged without tests)
  • no

Breaking Changes?

  • yes (breaking changes will not be merged unless absolutely necessary)
  • no

Description

This PR uses pnpm exec lint-staged to replace pnpm dlx lint-staged. Because lint-staged is installed in monorepo workspace as a dev dependency, it's better to use pnpm exec.

Copy link
Collaborator

@shellscape shellscape left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@shellscape shellscape changed the title chore: use pnpm exec to speed up husky hook chore(repo): use pnpm exec to speed up husky hook Jun 5, 2024
@shellscape shellscape merged commit c25ef11 into rollup:master Jun 5, 2024
6 of 10 checks passed
@younggglcy younggglcy deleted the chore/husky_hook_config branch June 5, 2024 04:40
younggglcy added a commit to younggglcy/plugins that referenced this pull request Jun 6, 2024
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.

2 participants