From: Jannik ZANDER Date: Sun, 8 Dec 2019 13:31:05 +0000 (+0100) Subject: Use yarn instead of npm X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=61756c3b9e2ca663454004bda5790bcb2509392e;p=vuepress.git Use yarn instead of npm --- diff --git a/deploy.sh b/deploy.sh index 53a811d..83087ce 100755 --- a/deploy.sh +++ b/deploy.sh @@ -4,7 +4,7 @@ set -e # build -npm run docs:build +yarn docs:build # copy output files to $HOME/www.zndr.dk echo "Copying files..."