Skip to content

Commit

Permalink
[E4E-0]: Fix issue with downstream packages trying to do git config -…
Browse files Browse the repository at this point in the history
…-local
  • Loading branch information
TheCleric committed Dec 8, 2021
1 parent 3730934 commit c033af6
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 @@ -112,7 +112,7 @@
"url": "git+ssh://[email protected]/nrccus/eslint-config.git"
},
"scripts": {
"prepare": "git config --local push.followTags true",
"prepare": "[ -f \".git\" ] && git config --local push.followTags true || true # Otherwise this fails for downstream users",
"release": "np",
"test": "npm-run-all test:**",
"test:lint:js": "eslint . --ext .js --fix --quiet",
Expand Down

0 comments on commit c033af6

Please sign in to comment.