You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Description
Here are 2 use cases that happened and could be enhanced:
npm run serve
, the library might not have been compiled before. We should launchnpm run build
before, or maybe enhance the command to watch the modifications for the library (it would be even better)npm run release
we should launchnpm run build
before to ensure that the right version is publishedThe text was updated successfully, but these errors were encountered: