summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2016-05-05 16:28:27 -0700
committerAlexander Early <alexander.early@gmail.com>2016-05-05 16:28:27 -0700
commit3ed8168c69c9e63e2ec7ded53abcfd760ca8812d (patch)
tree71fba13cddef10ebf62a472f55e5fbad8108ded6 /support
parent21f917ecd0485d1ffe28ae70067124e0afaf838b (diff)
downloadasync-3ed8168c69c9e63e2ec7ded53abcfd760ca8812d.tar.gz
use npm publish rather than pack
Diffstat (limited to 'support')
-rwxr-xr-xsupport/xyz.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/support/xyz.sh b/support/xyz.sh
index e178eee..cb92577 100755
--- a/support/xyz.sh
+++ b/support/xyz.sh
@@ -167,5 +167,4 @@ run "git commit --message '$message'"
run "git tag --annotate '$tag' --message '$message'"
run "git push '$repo' 'refs/heads/$branch' 'refs/tags/$tag'"
-#cd build/
-#run "npm pack"
+# npm publish is managed by the Makefile