Skip to content

Commit

Permalink
refactor: update nodejs-common and google-auth-library (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Jun 22, 2018
1 parent b74d593 commit c34451f
Show file tree
Hide file tree
Showing 6 changed files with 6,710 additions and 15,088 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ jobs:
command: |-
mkdir -p /home/node/.npm-global
npm install
npm link
chmod +x node_modules/@google-cloud/nodejs-repo-tools/bin/tools
environment:
NPM_CONFIG_PREFIX: /home/node/.npm-global
Expand Down Expand Up @@ -127,9 +126,8 @@ jobs:
name: Link the module being tested to the samples.
command: |
cd samples/
npm link @google-cloud/datastore
npm link ../
npm install
npm link @google-cloud/datastore
cd ..
environment:
NPM_CONFIG_PREFIX: /home/node/.npm-global
Expand Down
Loading

0 comments on commit c34451f

Please sign in to comment.