mirror of
https://github.com/primer/css.git
synced 2024-11-28 13:12:16 +03:00
5 lines
96 B
Plaintext
5 lines
96 B
Plaintext
|
#!/bin/bash
|
||
|
set -e
|
||
|
echo "👌 Publishing release candidate..."
|
||
|
echo lerna publish --npm-tag=rc
|