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.