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

Enhance npm commands #235

Open
julien-deramond opened this issue May 23, 2024 · 0 comments
Open

Enhance npm commands #235

julien-deramond opened this issue May 23, 2024 · 0 comments
Labels
enhancement New feature or request tools

Comments

@julien-deramond
Copy link
Member

Description

Here are 2 use cases that happened and could be enhanced:

  • When running npm run serve, the library might not have been compiled before. We should launch npm run build before, or maybe enhance the command to watch the modifications for the library (it would be even better)
  • Last time I released the library, I almost forgot to build the library before... When running npm run release we should launch npm run build before to ensure that the right version is published
@julien-deramond julien-deramond added enhancement New feature or request tools labels May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request tools
Projects
None yet
Development

No branches or pull requests

1 participant