Skip to content

Commit 160e504

Browse files
authored
Merge pull request #65 from TAServers/LEST-NONE-remove-minify-step
LEST-NONE - Remove minification
2 parents 3df91b4 + 2fab8e8 commit 160e504

File tree

2 files changed

+1
-40
lines changed

2 files changed

+1
-40
lines changed

packages/lest/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818
"lest": "dist/index.js"
1919
},
2020
"scripts": {
21-
"bundle": "luabundler bundle src/lua/lest.lua -p \"./?.lua\" -o dist/lua/lest.lua",
22-
"minify": "lua scripts/minify.lua",
23-
"build:lua": "npm run bundle && npm run minify",
21+
"build:lua": "luabundler bundle src/lua/lest.lua -p \"./?.lua\" -o dist/lua/lest.lua",
2422
"build:ts": "tsc -p tsconfig.build.json",
2523
"build": "npm run build:lua && npm run build:ts",
2624
"test:lua": "lua src/lua/lest.lua",

packages/lest/scripts/minify.lua

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)