We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e24d2a commit 96647daCopy full SHA for 96647da
build-lualib.js
package.json
@@ -25,7 +25,7 @@
25
"types": "dist/index.d.ts",
26
"scripts": {
27
"build": "tsc && npm run build-lualib",
28
- "build-lualib": "node build-lualib.js",
+ "build-lualib": "node dist/tstl.js -p src/lualib/tsconfig.json",
29
"pretest": "npm run lint && npm run check:language-extensions && npm run build-lualib",
30
"test": "jest",
31
"lint": "npm run lint:eslint && npm run lint:prettier",
0 commit comments