Skip to content

Commit 90fbeaf

Browse files
fix: update linking for samples (#92)
1 parent 20cca6c commit 90fbeaf

File tree

3 files changed

+2771
-2242
lines changed

3 files changed

+2771
-2242
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,8 @@ jobs:
108108
name: Link the module being tested to the samples.
109109
command: |
110110
cd samples/
111-
npm link ../
112111
npm install
113-
cd ..
112+
npm link ../
114113
environment:
115114
NPM_CONFIG_PREFIX: /home/node/.npm-global
116115
- run:

0 commit comments

Comments
 (0)