mirror of
https://github.com/primer/css.git
synced 2024-11-30 11:17:05 +03:00
fix: remove the build/ directory in script/postpublish
This commit is contained in:
parent
7ec6f0f4e0
commit
3587ff562a
@ -13,3 +13,6 @@ if [[ "$GITHUB_REF" = "refs/heads/master" ]]; then
|
|||||||
echo "Whoops! Failed to publish Storybook. This is not a fatal error."
|
echo "Whoops! Failed to publish Storybook. This is not a fatal error."
|
||||||
)
|
)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# TODO: remove this in v13
|
||||||
|
rm -rf build/
|
||||||
|
Loading…
Reference in New Issue
Block a user