Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

fix: update dependencies #57

Merged
merged 2 commits into from
Jun 22, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ jobs:
if ! test -x "$repo_tools"; then
chmod +x "$repo_tools"
fi
npm link
- run:
name: Run unit tests.
command: npm test
Expand Down Expand Up @@ -138,7 +137,7 @@ jobs:
name: Link the module being tested to the samples.
command: |
cd samples/
npm link @google-cloud/language
npm link ../
npm install
cd ..
- run:
Expand Down
Loading