From 8498be2cc0d70efcf4c9b88a7257f1b8f1b7ac2b Mon Sep 17 00:00:00 2001 From: Zer0xxxx <36828641+Zer0xxxx@users.noreply.github.com> Date: Fri, 31 May 2024 11:18:12 +0200 Subject: [PATCH] fix: oopsie --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ad36d0d9..da2c32f7 100644 --- a/Makefile +++ b/Makefile @@ -79,7 +79,7 @@ check-coding-style: prebuild-rtm build-contentlayer # @Override dev-with-rtm-tools: - $(PM) run concurrently "\"$(PM) run dev\"" "\"$(PM) run prebuild --watch\"" + $(PM) concurrently "\"$(PM) run dev\"" "\"$(PM) run prebuild --watch\"" # @Alias vercel-ci-build-command: @@ -87,7 +87,7 @@ vercel-ci-build-command: # @Alias build-contentlayer: - $(PM) run contentlayer build + $(PM) contentlayer build @echo "^ DON'T WORRY if you see a stupid error: https://github.com/contentlayerdev/contentlayer/issues/495" # @Alias