mirror of
https://github.com/jimeh/node-base58.git
synced 2026-02-19 07:36:40 +00:00
Fix Makefile
This commit is contained in:
9
Makefile
9
Makefile
@@ -10,11 +10,14 @@ hooks: .git/hooks/pre-push
|
||||
.git/hooks/pre-push: hook.sh
|
||||
cp $< $@
|
||||
|
||||
publish: npm publish
|
||||
publish:
|
||||
npm publish
|
||||
|
||||
test: npm test
|
||||
test:
|
||||
npm run test
|
||||
|
||||
lint: npm run lint
|
||||
lint:
|
||||
npm run lint
|
||||
|
||||
npm-dep:
|
||||
test `which npm` || echo 'You need npm to do npm install... makes sense?'
|
||||
|
||||
Reference in New Issue
Block a user