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 7d70ddd commit 10d7830Copy full SHA for 10d7830
package.json
@@ -4,7 +4,7 @@
4
"description": "Commitlint configuration.",
5
"private": true,
6
"scripts": {
7
- "lint": "run-p format:check lint-es",
+ "lint": "run-p format:check build:check lint-es",
8
"lint:fix": "run-s format lint-es:fix",
9
"lint-es": "eslint --ext .ts,.tsx,.js,.jsx,.json .",
10
"lint-es:file": "eslint --ext .ts,.tsx,.js,.jsx,.json",
0 commit comments