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 5275967 commit a5bff11Copy full SHA for a5bff11
package.json
@@ -40,7 +40,7 @@
40
"lint": "eslint src/**/*.ts tests/**/*.ts",
41
"lint:fix": "yarn lint --fix",
42
"format": "prettier --write '**/*.{ts,js}'",
43
- "pr-check": "yarn prettier && yarn lint && yarn build && yarn test"
+ "pr-check": "yarn format && yarn lint && yarn build && yarn test"
44
},
45
"repository": {
46
"type": "git",
0 commit comments