Skip to content

Commit e19b639

Browse files
chore: fix command
1 parent bad5e0d commit e19b639

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
@@ -24,7 +24,7 @@
2424
"prepare": "husky install",
2525
"lint": "yarn lint:code && yarn lint:types && yarn lint:types-test && yarn lint:special && yarn fmt:check && yarn lint:spellcheck",
2626
"lint:code": "eslint --cache .",
27-
"lint:special": "node node_modules/tooling/lockfile-lint && node node_modules/tooling/inherit-types && node node_modules/tooling/format-file-header && node node_modules/tooling/generate-types",
27+
"lint:special": "node node_modules/tooling/lockfile-lint && node node_modules/tooling/inherit-types && node node_modules/tooling/generate-types",
2828
"lint:types": "tsc",
2929
"lint:types-test": "tsc -p tsconfig.types.test.json",
3030
"lint:spellcheck": "cspell --no-must-find-files \"**/*.*\"",

0 commit comments

Comments
 (0)