#!/bin/bash set -e echo "🐦 Publishing PR (canary) release..." npx lerna publish --npm-tag=pr --canary --exact $@ script/generate-changelog