Skip to content

Commit 3806c8a

Browse files
JustinBeckwithstephenplusplus
authored andcommitted
fix: update linking for samples (#93)
1 parent c827a54 commit 3806c8a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/google-cloud-node/.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/speech
131129
npm install
132-
cd ..
130+
npm link ../
133131
environment:
134132
NPM_CONFIG_PREFIX: /home/node/.npm-global
135133
- run:

0 commit comments

Comments
 (0)