We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d13146 commit 09243b8Copy full SHA for 09243b8
Makefile
@@ -19,6 +19,9 @@ install-stylua:
19
deps:
20
@echo "Installing dependencies from rockspec..."
21
@luarocks --tree=$(DEPS_DIR) make $(ROCKSPEC)
22
+ @echo "Installing dev dependencies..."
23
+ @luarocks --tree=$(DEPS_DIR) install busted
24
+ @luarocks --tree=$(DEPS_DIR) install luacheck
25
@echo "Dependencies installed."
26
27
.PHONY: test
0 commit comments