Skip to content

Commit 5a5bcf8

Browse files
JustinBeckwithsofisl
authored andcommitted
fix: update dependencies (#57)
1 parent e41c183 commit 5a5bcf8

File tree

4 files changed

+2586
-3007
lines changed

4 files changed

+2586
-3007
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ jobs:
103103
if ! test -x "$repo_tools"; then
104104
chmod +x "$repo_tools"
105105
fi
106-
npm link
107106
- run:
108107
name: Run unit tests.
109108
command: npm test
@@ -138,7 +137,7 @@ jobs:
138137
name: Link the module being tested to the samples.
139138
command: |
140139
cd samples/
141-
npm link @google-cloud/language
140+
npm link ../
142141
npm install
143142
cd ..
144143
- run:

0 commit comments

Comments
 (0)