- Update
package.json
by runningyarn version --prerelease --preid=canary
- Run
npm publish --tag canary
to publish the package under thecanary
tag - Run
yarn add @artsy/reaction@canary
to install canary package
Running npm dist-tag ls
can be helpful to see what tagged packages are available
This was helpful, thanks!