Skip to content

Commit

Permalink
fix(deploy): debugging vercel build
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed May 13, 2023
1 parent 2c7f17a commit 5a385a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ test: ##@0 global run all checks/tests (packages, website)

.PHONY: vercel-build
vercel-build: ##@0 global Build the website and storybook to vercel
@$(MAKE) website-build
@$(MAKE) storybook-build
$(MAKE) website-build
$(MAKE) storybook-build
@cp -a storybook/storybook-static website/public/storybook

.PHONY: clean-all
Expand Down

0 comments on commit 5a385a1

Please sign in to comment.