1
1
mirror of https://github.com/primer/css.git synced 2024-12-19 20:21:38 +03:00
css/script/release-pr

8 lines
145 B
Bash
Executable File

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