diff --git a/Makefile b/Makefile index d44873d..c724dbc 100644 --- a/Makefile +++ b/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 diff --git a/hook.sh b/hook.sh deleted file mode 100755 index b469f12..0000000 --- a/hook.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash - -set -ex - -npm run lint -npm run test - -node package.json