We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ddf95 commit edf4ad5Copy full SHA for edf4ad5
packages/google-cloud-dns/.circleci/config.yml
@@ -91,7 +91,6 @@ jobs:
91
if ! test -x "$repo_tools"; then
92
chmod +x "$repo_tools"
93
fi
94
- npm link
95
- run:
96
name: Run unit tests.
97
command: npm test
@@ -118,9 +117,8 @@ jobs:
118
117
name: Link the module being tested to the samples.
119
command: |
120
cd samples/
121
- npm link @google-cloud/dns
122
npm install
123
- cd ..
+ npm link ../
124
125
name: Run linting.
126
command: npm run lint
0 commit comments