1
1
mirror of https://github.com/primer/css.git synced 2024-11-30 19:53:11 +03:00
css/script/release

12 lines
259 B
Plaintext
Raw Normal View History

2017-07-14 02:11:38 +03:00
#!/bin/bash
set -e
2017-07-21 00:12:57 +03:00
echo "📦 Publishing latest release..."
2017-07-27 23:26:21 +03:00
$(dirname $0)/notify pending
# note: try-publish should exit cleanly if it detects a duplicate
# published version
2017-07-27 23:26:21 +03:00
$(npm bin)/lerna exec -- $(pwd)/script/try-publish
$(dirname $0)/notify success