mirror of
https://github.com/primer/css.git
synced 2024-12-01 04:21:12 +03:00
5 lines
94 B
Bash
Executable File
5 lines
94 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
echo "📦 Publishing latest release..."
|
|
lerna exec --bail -- npm publish
|