Skip to content

Commit ddc69fa

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

5 files changed

Lines changed: 572 additions & 1101 deletions

File tree

handwritten/datastore/.circleci/config.yml

Lines changed: 1 addition & 3 deletions
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)