Open
Description
In order to ensure NPM packages build successfully for our users in different environments let's get in the habit of testing package publishing with each PR merge.
A few options:
- Use a local, private registry built with Verdaccio (or similar) to test package publishing locally.
- Setup a hosted registry using Verdaccio (or similar) which is automatically published to with every PR merge. This approach would provide a publicly accessible registry with all canary builds that indexers can test.
- Use a similar approach to previous but deploy to the official NPM registry using
alpha
orcanary
tags.
Metadata
Metadata
Assignees
Type
Projects
Status
🙏 Feature Requests