mirror of
https://github.com/jimeh/node-base58.git
synced 2026-02-18 23:26:40 +00:00
Remove git hooks
While it's a good idea to ensure you don't commit or push anything broken, I believe that it should come down developer dicipline. Cause preventing commits if tests or linting fails, can and does get in the way of legitimate work, specially on non-master branches.
This commit is contained in:
9
Makefile
9
Makefile
@@ -1,15 +1,6 @@
|
||||
NPM_EXECUTABLE_HOME := node_modules/.bin
|
||||
PATH := ${NPM_EXECUTABLE_HOME}:${PATH}
|
||||
|
||||
hooks: .git/hooks/pre-commit
|
||||
hooks: .git/hooks/pre-push
|
||||
|
||||
.git/hooks/pre-commit: hook.sh
|
||||
cp $< $@
|
||||
|
||||
.git/hooks/pre-push: hook.sh
|
||||
cp $< $@
|
||||
|
||||
publish: npm-dep
|
||||
npm publish
|
||||
|
||||
|
||||
Reference in New Issue
Block a user