Skip to content

Commit 135b072

Browse files
committed
leave me alone
1 parent 139b010 commit 135b072

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
@@ -16,7 +16,7 @@
1616
"postinstall": "husky install && echo \"Package install attempted in global directory\"",
1717
"client": "cd client && yarn start",
1818
"pre-commit": "yarn lint-staged",
19-
"pre-push": "yarn lint && yarn prettier-check && yarn test",
19+
"pre-push": "yarn lint && yarn prettier-check",
2020
"lint": "eslint --quiet --fix --ext .js,.ts,.tsx .",
2121
"prettier-check": "prettier --check .",
2222
"format": "prettier --write .",

0 commit comments

Comments
 (0)