We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0778f9d commit 1dd1c77Copy full SHA for 1dd1c77
.circleci/config.yml
@@ -92,9 +92,7 @@ jobs:
92
fi
93
- run: &npm_install_and_link
94
name: Install and link the module.
95
- command: |
96
- npm install
97
- npm link
+ command: npm install
98
environment:
99
NPM_CONFIG_PREFIX: /home/node/.npm-global
100
- run:
@@ -127,12 +125,12 @@ jobs:
127
125
name: Link the module being tested to the samples.
128
126
command: |
129
cd samples/
130
- npm link @google-cloud/error-reporting
+ npm link ../
131
npm install
132
cd ..
133
134
135
- - run:
+ - run:
136
name: Run linting.
137
command: npm run lint
138
0 commit comments