mirror of
https://github.com/primer/css.git
synced 2024-12-19 20:21:38 +03:00
8 lines
145 B
Bash
Executable File
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
|