diff --git a/.github/workflows/minify.yml b/.github/workflows/minify.yml index fd7eda1..7a9883b 100644 --- a/.github/workflows/minify.yml +++ b/.github/workflows/minify.yml @@ -40,7 +40,7 @@ jobs: - name: Just do the whole damn thing run: | cd .github/workflows - npm install lua-format + npm install github:Ponali/luamin.js for file in $(find ../.. -name "*.lua" -not -path "../../.git/*"); do echo $file node minify.js $file