1
1
mirror of https://github.com/primer/css.git synced 2024-12-26 15:43:59 +03:00
css/script/release
2019-01-07 16:03:15 -08:00

12 lines
294 B
Bash
Executable File

#!/bin/bash
set -e
echo "📦 Publishing latest release..."
# note: try-publish should exit cleanly if it hits a published version
npx lerna exec --ignore='@primer/css-docs' $@ -- $(pwd)/script/try-publish
# Build and publish storybook
npx build-storybook -o build
script/publish-storybook