Skip to content

Instantly share code, notes, and snippets.

@anotheredward
Created November 22, 2015 19:21
Show Gist options
  • Save anotheredward/1f4b0e412b1ce6a358ab to your computer and use it in GitHub Desktop.
Save anotheredward/1f4b0e412b1ce6a358ab to your computer and use it in GitHub Desktop.
checkout.sh
#! /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