Update minify.yml

This commit is contained in:
Andrew Lalis 2022-12-21 10:55:33 +01:00 committed by GitHub
parent ef797195c3
commit 49c4e32423
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ jobs:
- name: Minify Scripts - name: Minify Scripts
run: | run: |
rm -rf min
mkdir min
touch min/movescript.lua touch min/movescript.lua
lua minify.lua minify src/movescript.lua > min/movescript.lua lua minify.lua minify src/movescript.lua > min/movescript.lua