mirror of
https://github.com/jimeh/node-base58.git
synced 2026-02-18 23:26: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
|
.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?'
|
||||||
|
|||||||
Reference in New Issue
Block a user