Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit a10dd61

Browse files
simartnSimon Nagl
authored and
Simon Nagl
committed
Remove deprecated option --type-check of tslint from npm scripts.
1 parent cfeb790 commit a10dd61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"scripts": {
8-
"prebuild": "tslint --config tslint.json --type-check --project tsconfig.json --format stylish",
8+
"prebuild": "tslint --config tslint.json --project tsconfig.json --format stylish",
99
"build": "tsc -p tsconfig.json",
10-
"pretest": "tslint --config tslint.json --type-check --project tsconfig.test.json --format stylish && tsc -p tsconfig.test.json",
10+
"pretest": "tslint --config tslint.json --project tsconfig.test.json --format stylish && tsc -p tsconfig.test.json",
1111
"test": "istanbul cover node_modules/jasmine/bin/jasmine.js -- --config=jasmine.json",
1212
"prepare": "npm run build"
1313
},

0 commit comments

Comments
 (0)