Skip to content

Commit 24831f6

Browse files
committed
Add tsc check to lint script
1 parent 65fbf7f commit 24831f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"build": "rm -rf dist && tsc",
4747
"build:docs": "rm -rf docs && typedoc src/index.ts --out docs --exclude \"**/*.spec.ts\" --readme README.md",
4848
"deploy:docs": "gh-pages -d docs",
49-
"lint": "npx eslint . --max-warnings=0",
49+
"lint": "npx eslint . --max-warnings=0 && npx tsc --noEmit",
5050
"prettier:ts": "prettier --parser typescript --write 'src/**/*.ts'",
5151
"prettier:ci": "prettier --parser typescript --list-different 'src/**/*.ts'",
5252
"prettier:json": "prettier --parser json --write '**/*.json'",

0 commit comments

Comments
 (0)