Skip to content

Commit

Permalink
Hacky way to work around GitKraken lack of support for core.hooksPath
Browse files Browse the repository at this point in the history
  • Loading branch information
SavageCore committed Aug 4, 2021
1 parent 5ca0188 commit 96b978b
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 1 deletion.
76 changes: 76 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"lint": "xo",
"preversion": "npm run test",
"test": "xo && nyc ava && nyc report --reporter=text-lcov > coverage.lcov && codecov -t 54b3d620-a296-4d71-a717-c3e6e24ae9d9",
"prepare": "husky install"
"prepare": "husky install && shx rm -rf .git/hooks && shx ln -s ../.husky .git/hooks"
},
"keywords": [
"ffprobe",
Expand Down Expand Up @@ -36,6 +36,7 @@
"executable": "^4.1.1",
"husky": "^7.0.1",
"nyc": "^15.1.0",
"shx": "^0.3.3",
"xo": "^0.43.0"
},
"repository": {
Expand Down

0 comments on commit 96b978b

Please sign in to comment.