From 8a7c08fb6de32ec7f111053734180bf3ed84cd8b Mon Sep 17 00:00:00 2001 From: plouc Date: Sat, 13 May 2023 18:47:13 +0900 Subject: [PATCH] fix(deploy): debugging vercel build --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 0ecc95d9a..e9caf4d0c 100644 --- a/Makefile +++ b/Makefile @@ -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)