mirror of
https://github.com/jimeh/node-base58.git
synced 2026-02-19 07:36:40 +00:00
Update Makefile
This commit is contained in:
6
Makefile
6
Makefile
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user