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 12e8ce7 commit bad5e0dCopy full SHA for bad5e0d
package.json
@@ -33,7 +33,7 @@
33
"fmt:base": "node_modules/prettier/bin/prettier.cjs --cache --ignore-unknown .",
34
"fix": "yarn fix:code && yarn fix:special",
35
"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",
+ "fix:special": "node node_modules/tooling/inherit-types --write && node node_modules/tooling/generate-types --write",
37
"type-report": "rimraf coverage && yarn cover:types && yarn cover:report && open-cli coverage/lcov-report/index.html",
38
"pretest": "yarn lint",
39
"test": "yarn test:coverage",
0 commit comments