1
1
mirror of https://github.com/primer/css.git synced 2024-11-30 01:04:04 +03:00

fix: remove the build/ directory in script/postpublish

This commit is contained in:
Shawn Allen 2019-04-26 13:55:51 -07:00
parent 7ec6f0f4e0
commit 3587ff562a

View File

@ -13,3 +13,6 @@ if [[ "$GITHUB_REF" = "refs/heads/master" ]]; then
echo "Whoops! Failed to publish Storybook. This is not a fatal error."
)
fi
# TODO: remove this in v13
rm -rf build/