Skip to content

Commit

Permalink
Fix make command
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamABradley committed Mar 4, 2024
1 parent e57eec6 commit 2f5de47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ fmt-check: ##@0 global check if files were all formatted using prettier

test: ##@0 global run all checks/tests (packages, website)
@$(MAKE) fmt-check
@$(MAKE) lint
@$(MAKE) pkgs-lint
@$(MAKE) pkgs-test

vercel-build: ##@0 global Build the website and storybook to vercel
Expand Down

0 comments on commit 2f5de47

Please sign in to comment.