- 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
Update of
versioninpackage.jsonalso can be automated usingnpm version prerelease --preid=canary