Skip to content

Commit

Permalink
Revert change to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
LillianHo5 committed May 27, 2024
1 parent 71345fa commit b2e2298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint-fix": "npm run check-git-hooks && (eslint --fix --cache --report-unused-disable-directives . || true) && prettier --write .",
"lint-check": "npm run check-git-hooks && eslint --cache --report-unused-disable-directives . && prettier --check .",
"check-git-hooks": "cd .. && node .secret-scan/secret-scan.js -- --check-git-hooks",
"prepare": "cd .. && husky install .husky"
"prepare": "if [ -z \"$GOOGLE_FUNCTION_TARGET\" ]; then cd .. && husky install .husky; fi"
},
"dependencies": {
"cors": "^2.8.5",
Expand Down

0 comments on commit b2e2298

Please sign in to comment.