]> git.zndr.dk Git - vuepress.git/commitdiff
Use yarn instead of npm
authorJannik ZANDER <jannik@zndr.dk>
Sun, 8 Dec 2019 13:31:05 +0000 (14:31 +0100)
committerJannik ZANDER <jannik@zndr.dk>
Sun, 8 Dec 2019 13:31:05 +0000 (14:31 +0100)
deploy.sh

index 53a811df81e965617128f15cfc2f71c92ff8283c..83087ce55088b657ce33e41b64514882dc90a9c0 100755 (executable)
--- 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..."