Skip to content

Commit 9b80b28

Browse files
fix: update linking for samples (#32)
1 parent bc1480b commit 9b80b28

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/google-cloud-oslogin/.circleci/config.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ jobs:
7171
command: |-
7272
mkdir -p /home/node/.npm-global
7373
npm install
74-
npm link
7574
chmod +x node_modules/@google-cloud/nodejs-repo-tools/bin/tools
7675
environment:
7776
NPM_CONFIG_PREFIX: /home/node/.npm-global
@@ -114,9 +113,8 @@ jobs:
114113
name: Link the module being tested to the samples.
115114
command: |
116115
cd samples/
117-
npm link ../
118116
npm install
119-
cd ..
117+
npm link ../
120118
environment:
121119
NPM_CONFIG_PREFIX: /home/node/.npm-global
122120
- run:

0 commit comments

Comments
 (0)