mirror of
https://github.com/primer/css.git
synced 2024-11-30 11:17:05 +03:00
5 lines
87 B
Bash
Executable File
5 lines
87 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
echo "📦 Publishing latest release..."
|
|
lerna exec -- npm publish
|