From 9cde3c678c4b7a8a9db9ce6bc37d3b86727b2592 Mon Sep 17 00:00:00 2001 From: "xuanji.jw" Date: Thu, 14 Apr 2016 11:52:06 +0800 Subject: [PATCH] enhancement: makefile --- Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 6517210..37a6717 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ - -# ref: https://github.com/npm/npm/issues/3059 publish: - npm run build + npm run compile npm publish + +publish-sync: publish + cnpm sync + tnpm sync