From 8699eea747db1ab5f47786829ae007d9a90f90a8 Mon Sep 17 00:00:00 2001 From: Stefan Rusu Date: Tue, 2 Aug 2011 18:27:37 +0300 Subject: [PATCH] Added publish task. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 05517eb..35fab66 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,8 @@ all: /usr/bin/env npm install +publish: all + /usr/bin/env npm publish + test: all /bin/sh tools/test.sh