From 3a4972a0924a5ff1edc3afa264e2c56bf1fbc19d Mon Sep 17 00:00:00 2001 From: Shlok Amin Date: Tue, 20 Feb 2024 10:31:48 -0500 Subject: [PATCH] remove pnpm cwd call since it does not exist in the cli --- components/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #####################################################################