Skip to content

Commit c34451f

Browse files
refactor: update nodejs-common and google-auth-library (#112)
1 parent b74d593 commit c34451f

File tree

6 files changed

+6710
-15088
lines changed

6 files changed

+6710
-15088
lines changed

.circleci/config.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ jobs:
8484
command: |-
8585
mkdir -p /home/node/.npm-global
8686
npm install
87-
npm link
8887
chmod +x node_modules/@google-cloud/nodejs-repo-tools/bin/tools
8988
environment:
9089
NPM_CONFIG_PREFIX: /home/node/.npm-global
@@ -127,9 +126,8 @@ jobs:
127126
name: Link the module being tested to the samples.
128127
command: |
129128
cd samples/
130-
npm link @google-cloud/datastore
129+
npm link ../
131130
npm install
132-
npm link @google-cloud/datastore
133131
cd ..
134132
environment:
135133
NPM_CONFIG_PREFIX: /home/node/.npm-global

0 commit comments

Comments
 (0)