Fix Makefile

This commit is contained in:
2017-07-09 18:09:25 +01:00
parent 29c8ef258a
commit bc11e0f8d7

View File

@@ -10,11 +10,14 @@ hooks: .git/hooks/pre-push
.git/hooks/pre-push: hook.sh .git/hooks/pre-push: hook.sh
cp $< $@ cp $< $@
publish: npm publish publish:
npm publish
test: npm test test:
npm run test
lint: npm run lint lint:
npm run lint
npm-dep: npm-dep:
test `which npm` || echo 'You need npm to do npm install... makes sense?' test `which npm` || echo 'You need npm to do npm install... makes sense?'