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 139b010 commit 135b072Copy full SHA for 135b072
package.json
@@ -16,7 +16,7 @@
16
"postinstall": "husky install && echo \"Package install attempted in global directory\"",
17
"client": "cd client && yarn start",
18
"pre-commit": "yarn lint-staged",
19
- "pre-push": "yarn lint && yarn prettier-check && yarn test",
+ "pre-push": "yarn lint && yarn prettier-check",
20
"lint": "eslint --quiet --fix --ext .js,.ts,.tsx .",
21
"prettier-check": "prettier --check .",
22
"format": "prettier --write .",
0 commit comments