From ed8cbd3fa20d7e3611698f7418dda9bdc6758a3f Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 9 Jul 2017 19:30:03 +0100 Subject: [PATCH] Update Makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 722b03a..d44873d 100644 --- a/Makefile +++ b/Makefile @@ -10,13 +10,13 @@ hooks: .git/hooks/pre-push .git/hooks/pre-push: hook.sh cp $< $@ -publish: +publish: npm-dep npm publish -test: +test: npm-dep npm run test -lint: +lint: npm-dep npm run lint npm-dep: