Skip to content

Commit

Permalink
[update docs] Use newer yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Nov 8, 2018
1 parent 2718b73 commit fb06388
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/deploy.sh
Expand Up @@ -7,8 +7,8 @@ RELEASE_VERSION=`node -e 'require("fs").readFile("package.json", (e,d)=>console.
set -e
set -x
cd ${0%/*}
yarn
yarn build
npx yarn
npx yarn build
ln -sf ../code/JBrowse-$RELEASE_VERSION/dist build/jbrowse/docs/dist
openssl aes-256-cbc -K $encrypted_a33f2fb5219d_key -iv $encrypted_a33f2fb5219d_iv -in deploy.pem.enc -out deploy.pem -d
chmod 600 deploy.pem
Expand Down

0 comments on commit fb06388

Please sign in to comment.