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 24562ed commit a5c4348Copy full SHA for a5c4348
package.json
@@ -11,8 +11,8 @@
11
],
12
"scripts": {
13
"build": "tsc -p tsconfig.json && npm run build-lualib",
14
- "build-lualib": "tslint -c ./tslint.json src/lualib/*.ts && ts-node ./build_lualib.ts",
15
- "test": "tslint -p . && ts-node ./test/runner.ts",
+ "build-lualib": "ts-node ./build_lualib.ts",
+ "test": "tslint -p . && tslint -c ./tslint.json src/lualib/*.ts && ts-node ./test/runner.ts",
16
"coverage": "nyc npm test && nyc report --reporter=text-lcov > coverage.lcov",
17
"coverage-html": "nyc npm test && nyc report --reporter=html",
18
"test-threaded": "tslint -p . && npm run build && ts-node ./test/threaded_runner.ts",
0 commit comments