Skip to content

Commit 10d7830

Browse files
committed
ci: check build for type errors when linting
ESLint does not check this so we build without emitting outputs to perform type checking.
1 parent 7d70ddd commit 10d7830

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
@@ -4,7 +4,7 @@
44
"description": "Commitlint configuration.",
55
"private": true,
66
"scripts": {
7-
"lint": "run-p format:check lint-es",
7+
"lint": "run-p format:check build:check lint-es",
88
"lint:fix": "run-s format lint-es:fix",
99
"lint-es": "eslint --ext .ts,.tsx,.js,.jsx,.json .",
1010
"lint-es:file": "eslint --ext .ts,.tsx,.js,.jsx,.json",

0 commit comments

Comments
 (0)