From 0f6f5bc315e4a291e17760031661fcaab7ec33f3 Mon Sep 17 00:00:00 2001 From: Pablo P Varela Date: Fri, 11 Oct 2024 21:38:27 +0200 Subject: [PATCH] luarocks is a dev dependency --- dev-dependencies.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-dependencies.sh b/dev-dependencies.sh index 0fd49a0..8d99e66 100755 --- a/dev-dependencies.sh +++ b/dev-dependencies.sh @@ -1,5 +1,6 @@ #!/bin/bash +brew install luarocks luarocks install luacheck luarocks install stylua luarocks install busted