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 348601d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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 Expand Up @@ -169,6 +169,7 @@ pkgs-build: pkgs-types ##@1 packages build all packages
@export SKIP_TYPES=TRUE; find ./packages -type d -maxdepth 1 ! -path ./packages \
| sed 's|^./packages/||' \
| xargs -P 8 -I '{}' sh -c '$(MAKE) pkg-build-{} || exit 255'
@echo "${GREEN}Packages built${RESET}"

.PHONY: pkgs-types
pkgs-types: ##@1 packages build all package types
Expand Down

0 comments on commit 348601d

Please sign in to comment.