Skip to content

Instantly share code, notes, and snippets.

@cpylua
Created September 18, 2017 02:19
Show Gist options
  • Save cpylua/5cd597dfe1323e605c6bb843219e38b3 to your computer and use it in GitHub Desktop.
Save cpylua/5cd597dfe1323e605c6bb843219e38b3 to your computer and use it in GitHub Desktop.
update-zent-dep
#!/bin/sh
git checkout master
git pull
yarn
yarn bootstrap
pushd site
yarn
popd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment