Skip to content

Commit 9d88f97

Browse files
committed
package.json: add format check to "npm run check"
1 parent be908cb commit 9d88f97

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
@@ -7,7 +7,7 @@
77
"build": "tsc",
88
"validate": "npx ts-node scripts/validate-config.ts",
99
"test": "npx ts-node scripts/test-config.ts",
10-
"check": "npm run validate && npm run test",
10+
"check": "npm run format:check && npm run validate && npm run test",
1111
"format": "prettier --write .",
1212
"format:check": "prettier --check ."
1313
},

0 commit comments

Comments
 (0)