- Update
package.jsonby runningyarn version --prerelease --preid=canary - Run
npm publish --tag canaryto publish the package under thecanarytag - Run
yarn add @artsy/reaction@canaryto install canary package
Running npm dist-tag ls can be helpful to see what tagged packages are available
This is what I'm using in my scripts:
Thanks @zephraph