Skip to content

Commit 96647da

Browse files
committed
Use tstl CLI to build-lualib
1 parent 1e24d2a commit 96647da

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

build-lualib.js

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"types": "dist/index.d.ts",
2626
"scripts": {
2727
"build": "tsc && npm run build-lualib",
28-
"build-lualib": "node build-lualib.js",
28+
"build-lualib": "node dist/tstl.js -p src/lualib/tsconfig.json",
2929
"pretest": "npm run lint && npm run check:language-extensions && npm run build-lualib",
3030
"test": "jest",
3131
"lint": "npm run lint:eslint && npm run lint:prettier",

0 commit comments

Comments
 (0)