Created
November 22, 2015 19:21
-
-
Save anotheredward/1f4b0e412b1ce6a358ab to your computer and use it in GitHub Desktop.
checkout.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/local/bin/zsh | |
vagrant up | |
npm prune | |
npm install | |
npm run migrate:down && npm run migrate:up | |
cd client | |
npm prune | |
npm install | |
bower prune | |
bower install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment