Skip to content

Commit 09243b8

Browse files
committed
chore: fix make deps
1 parent 6d13146 commit 09243b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ install-stylua:
1919
deps:
2020
@echo "Installing dependencies from rockspec..."
2121
@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
2225
@echo "Dependencies installed."
2326

2427
.PHONY: test

0 commit comments

Comments
 (0)