Skip to content

Commit 1e15c3c

Browse files
JustinBeckwithstephenplusplus
authored andcommitted
fix: update linking for samples (googleapis#254)
1 parent 29c28f0 commit 1e15c3c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

handwritten/storage/.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ jobs:
7676
command: |-
7777
mkdir -p /home/node/.npm-global
7878
npm install
79-
npm link
8079
chmod +x node_modules/@google-cloud/nodejs-repo-tools/bin/tools
8180
environment:
8281
NPM_CONFIG_PREFIX: /home/node/.npm-global
@@ -110,8 +109,7 @@ jobs:
110109
command: |
111110
cd samples/
112111
npm install
113-
npm link @google-cloud/storage
114-
cd ..
112+
npm link ../
115113
environment:
116114
NPM_CONFIG_PREFIX: /home/node/.npm-global
117115
- run:

0 commit comments

Comments
 (0)