From 3587ff562aac5ccc823be3f8c88e2db9bea0b284 Mon Sep 17 00:00:00 2001 From: Shawn Allen Date: Fri, 26 Apr 2019 13:55:51 -0700 Subject: [PATCH] fix: remove the build/ directory in script/postpublish --- script/postpublish | 3 +++ 1 file changed, 3 insertions(+) diff --git a/script/postpublish b/script/postpublish index d9fadb1e..0153c98c 100755 --- a/script/postpublish +++ b/script/postpublish @@ -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/