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 911010f commit 8a7c08f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,14 @@ help: ##prints help

.PHONY: install
install: ##@0 global install
@pnpm install --frozen-lockfile
pnpm install --frozen-lockfile

.PHONY: init
init: ##@0 global cleanup/install/bootstrap
node --version
@$(MAKE) clean-all
@$(MAKE) install
@$(MAKE) pkgs-build
$(MAKE) install
$(MAKE) pkgs-build

.PHONY: fmt
fmt: ##@0 global format code using prettier (js, css, md)
Expand Down

0 comments on commit 8a7c08f

Please sign in to comment.