Update Makefile

This commit is contained in:
2017-07-09 19:30:03 +01:00
parent 4154044541
commit ed8cbd3fa2

View File

@@ -10,13 +10,13 @@ hooks: .git/hooks/pre-push
.git/hooks/pre-push: hook.sh .git/hooks/pre-push: hook.sh
cp $< $@ cp $< $@
publish: publish: npm-dep
npm publish npm publish
test: test: npm-dep
npm run test npm run test
lint: lint: npm-dep
npm run lint npm run lint
npm-dep: npm-dep: