Skip to content

Commit

Permalink
Merge pull request #65 from TAServers/LEST-NONE-remove-minify-step
Browse files Browse the repository at this point in the history
LEST-NONE - Remove minification
  • Loading branch information
Derpius authored Jul 7, 2023
2 parents 3df91b4 + 2fab8e8 commit 160e504
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 40 deletions.
4 changes: 1 addition & 3 deletions packages/lest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
"lest": "dist/index.js"
},
"scripts": {
"bundle": "luabundler bundle src/lua/lest.lua -p \"./?.lua\" -o dist/lua/lest.lua",
"minify": "lua scripts/minify.lua",
"build:lua": "npm run bundle && npm run minify",
"build:lua": "luabundler bundle src/lua/lest.lua -p \"./?.lua\" -o dist/lua/lest.lua",
"build:ts": "tsc -p tsconfig.build.json",
"build": "npm run build:lua && npm run build:ts",
"test:lua": "lua src/lua/lest.lua",
Expand Down
37 changes: 0 additions & 37 deletions packages/lest/scripts/minify.lua

This file was deleted.

0 comments on commit 160e504

Please sign in to comment.