Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save stephenplusplus/17645ff6fd7b1319ecaaa41a2bcea87e to your computer and use it in GitHub Desktop.
Save stephenplusplus/17645ff6fd7b1319ecaaa41a2bcea87e to your computer and use it in GitHub Desktop.
Clone:
google-auth-library-nodejs
google-auto-auth
google-gax
google-cloud-node
cd google-auth-library-nodejs # on correct branch
npm link
cd google-auto-auth
npm link google-auth-library
cd google-gax
npm link google-auto-auth
cd google-cloud-node
cd packages/common
npm link google-auto-auth
cd ../../
cd packages/logging
npm link google-auto-auth
cd ../../
npm run link-common
npm run system-test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment