Skip to content

Instantly share code, notes, and snippets.

@ryan-roemer
Created January 14, 2016 18:55
Show Gist options
  • Save ryan-roemer/cb7e8696cad1144275d4 to your computer and use it in GitHub Desktop.
Save ryan-roemer/cb7e8696cad1144275d4 to your computer and use it in GitHub Desktop.
Snippet for using local `builder`.

We use builder to control our development workflows. builder is an npm dependency found in node_modules/.bin/builder. To use the shorthand builder command without the full path, please follow the steps in the builder local install guide.

The "short, short version" of this on Mac/Linux is to add:

export PATH="${PATH}:./node_modules/.bin"

to your permanent shell configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment