1
1
mirror of https://github.com/primer/css.git synced 2024-12-02 07:53:06 +03:00
css/script/release

13 lines
274 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
# note: try-publish should exit cleanly if it detects a duplicate
# published version
npx lerna exec $@ -- script/try-publish
2017-07-27 23:26:21 +03:00
2018-06-28 20:47:30 +03:00
# Build and publish storybook
npx build-storybook -o build
2018-07-03 20:14:03 +03:00
script/publish-storybook