We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc0739 commit 16b4b10Copy full SHA for 16b4b10
Makefile
@@ -18,7 +18,7 @@
18
# ------------------------------------------
19
# .PHONY: ensures target used rather than matching file name
20
# https://makefiletutorial.com/#phony
21
-.PHONY: all lint deps dist pre-commit-check repl test clean
+.PHONY: all clean deps dist lint pre-commit-check repl test test-ci test-watch
22
23
# ------- Makefile Variables --------- #
24
# run help if no target specified
0 commit comments