From a8ae336606f1c5d9ef09fa50614b935cd43f5e4b Mon Sep 17 00:00:00 2001 From: Gerhard Preuss Date: Wed, 8 Aug 2018 12:54:32 +0200 Subject: [PATCH] use np with --no-yarn --- publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.sh b/publish.sh index f79a945..74d65b8 100755 --- a/publish.sh +++ b/publish.sh @@ -1,5 +1,5 @@ #!/usr/bin/env sh -np +np --no-yarn if [ $? -eq 0 ] then version=$(git describe --abbrev=0 --tags | cut -c2-)