We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be908cb commit 9d88f97Copy full SHA for 9d88f97
package.json
@@ -7,7 +7,7 @@
7
"build": "tsc",
8
"validate": "npx ts-node scripts/validate-config.ts",
9
"test": "npx ts-node scripts/test-config.ts",
10
- "check": "npm run validate && npm run test",
+ "check": "npm run format:check && npm run validate && npm run test",
11
"format": "prettier --write .",
12
"format:check": "prettier --check ."
13
},
0 commit comments