Skip to content

Commit edf4ad5

Browse files
JustinBeckwithstephenplusplus
authored andcommitted
fix: update linking for samples (#56)
1 parent f0ddf95 commit edf4ad5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ jobs:
9191
if ! test -x "$repo_tools"; then
9292
chmod +x "$repo_tools"
9393
fi
94-
npm link
9594
- run:
9695
name: Run unit tests.
9796
command: npm test
@@ -118,9 +117,8 @@ jobs:
118117
name: Link the module being tested to the samples.
119118
command: |
120119
cd samples/
121-
npm link @google-cloud/dns
122120
npm install
123-
cd ..
121+
npm link ../
124122
- run:
125123
name: Run linting.
126124
command: npm run lint

0 commit comments

Comments
 (0)