Skip to content

Commit 1dd1c77

Browse files
fix: repair linting issues (#142)
1 parent 0778f9d commit 1dd1c77

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.circleci/config.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,7 @@ jobs:
9292
fi
9393
- run: &npm_install_and_link
9494
name: Install and link the module.
95-
command: |
96-
npm install
97-
npm link
95+
command: npm install
9896
environment:
9997
NPM_CONFIG_PREFIX: /home/node/.npm-global
10098
- run:
@@ -127,12 +125,12 @@ jobs:
127125
name: Link the module being tested to the samples.
128126
command: |
129127
cd samples/
130-
npm link @google-cloud/error-reporting
128+
npm link ../
131129
npm install
132130
cd ..
133131
environment:
134132
NPM_CONFIG_PREFIX: /home/node/.npm-global
135-
- run:
133+
- run:
136134
name: Run linting.
137135
command: npm run lint
138136
environment:

0 commit comments

Comments
 (0)