mirror of
https://github.com/primer/css.git
synced 2025-01-08 15:33:53 +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
|