diff --git a/components/Makefile b/components/Makefile index 9ab5b92a9e6..a242ea89ab2 100644 --- a/components/Makefile +++ b/components/Makefile @@ -17,7 +17,7 @@ all: clean dist .PHONY: clean clean: - pnpm --cwd .. shx rm -rf storybook-static + cd .. && pnpm shx rm -rf storybook-static # artifacts #####################################################################