Skip to content

Commit

Permalink
add yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
kar committed Feb 22, 2023
1 parent f4580d8 commit 0003a57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sync-landing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ cd landing
hash=$(git describe --abbrev=4 --always --tags --dirty)
echo "Syncing landing to live: $hash..."

yarn install
yarn build
cp -r dist/* ../landing-github-pages/
echo "$hash" > ../landing-github-pages/version.txt
Expand Down

0 comments on commit 0003a57

Please sign in to comment.