Update minify.yml

Added itemscript.
This commit is contained in:
Andrew Lalis 2022-12-21 11:48:21 +01:00 committed by GitHub
parent e970d3fb8c
commit 0e5086c6ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,8 +29,8 @@ jobs:
run: |
rm -rf min
mkdir min
touch min/movescript.lua
lua minify.lua minify src/movescript.lua > min/movescript.lua
lua minify.lua minify src/itemscript.lua > min/itemscript.lua
- name: Clean Up Repository
run: |