Skip to content

Commit

Permalink
leave me alone
Browse files Browse the repository at this point in the history
  • Loading branch information
rosewang01 committed May 22, 2024
1 parent 139b010 commit 135b072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"postinstall": "husky install && echo \"Package install attempted in global directory\"",
"client": "cd client && yarn start",
"pre-commit": "yarn lint-staged",
"pre-push": "yarn lint && yarn prettier-check && yarn test",
"pre-push": "yarn lint && yarn prettier-check",
"lint": "eslint --quiet --fix --ext .js,.ts,.tsx .",
"prettier-check": "prettier --check .",
"format": "prettier --write .",
Expand Down

0 comments on commit 135b072

Please sign in to comment.