Skip to content

Commit

Permalink
chore(scripts): remove redundant gitkraken fix from prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Mar 14, 2022
1 parent 78afeb2 commit be8b489
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 @@ -52,7 +52,7 @@
"lint:licenses": "license-checker --direct --onlyAllow=\"0BSD;Apache-2.0;BSD-2-Clause;BSD-3-Clause;ISC;MIT;Unlicense\" --production --summary",
"lint:prettier": "prettier . --write --ignore-unknown",
"lint:prettier:ci": "prettier . --check --ignore-unknown",
"prepare": "husky install && rm -rf .git/hooks && ln -s ../.husky .git/hooks",
"prepare": "husky install",
"test": "npm run lint && npm run jest"
},
"commitlint": {
Expand Down

0 comments on commit be8b489

Please sign in to comment.