Skip to content

Commit

Permalink
#193 Remove postinstall hook
Browse files Browse the repository at this point in the history
  • Loading branch information
tngan committed Jul 25, 2018
1 parent 766a290 commit 70d7818
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"test": "npm run build && nyc ava --verbose build/test",
"test:pure": "nyc ava --verbose build/test",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"hooks:postinstall": "ln -sf $PWD/.pre-commit.sh $PWD/.git/hooks/pre-commit",
"postinstall": "npm run hooks:postinstall"
"hooks:postinstall": "ln -sf $PWD/.pre-commit.sh $PWD/.git/hooks/pre-commit"
},
"contributors": [
"Tony Ngan <[email protected]>"
Expand Down

0 comments on commit 70d7818

Please sign in to comment.