Skip to content

Commit

Permalink
remove pnpm cwd call since it does not exist in the cli
Browse files Browse the repository at this point in the history
  • Loading branch information
shlokamin committed Feb 20, 2024
1 parent 492c56e commit 3a4972a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
#####################################################################
Expand Down

0 comments on commit 3a4972a

Please sign in to comment.