Skip to content

Commit

Permalink
fix: oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
Zer0xxxx committed May 31, 2024
1 parent 58bfd88 commit 8498be2
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 @@ -79,15 +79,15 @@ 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:
$(PM) run ci:vercel-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
Expand Down

0 comments on commit 8498be2

Please sign in to comment.