Skip to content

Commit bad5e0d

Browse files
chore: fix command
1 parent 12e8ce7 commit bad5e0d

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
@@ -33,7 +33,7 @@
3333
"fmt:base": "node_modules/prettier/bin/prettier.cjs --cache --ignore-unknown .",
3434
"fix": "yarn fix:code && yarn fix:special",
3535
"fix:code": "yarn lint:code --fix",
36-
"fix:special": "node node_modules/tooling/inherit-types --write && node node_modules/tooling/format-file-header --write && node node_modules/tooling/generate-types --write",
36+
"fix:special": "node node_modules/tooling/inherit-types --write && node node_modules/tooling/generate-types --write",
3737
"type-report": "rimraf coverage && yarn cover:types && yarn cover:report && open-cli coverage/lcov-report/index.html",
3838
"pretest": "yarn lint",
3939
"test": "yarn test:coverage",

0 commit comments

Comments
 (0)