Skip to content

Commit

Permalink
fix: update linking for samples (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and stephenplusplus committed Jun 25, 2018
1 parent 4be240a commit 4e74c59
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/google-cloud-speech/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ jobs:
command: |-
mkdir -p /home/node/.npm-global
npm install
npm link
chmod +x node_modules/@google-cloud/nodejs-repo-tools/bin/tools
environment:
NPM_CONFIG_PREFIX: /home/node/.npm-global
Expand Down Expand Up @@ -127,9 +126,8 @@ jobs:
name: Link the module being tested to the samples.
command: |
cd samples/
npm link @google-cloud/speech
npm install
cd ..
npm link ../
environment:
NPM_CONFIG_PREFIX: /home/node/.npm-global
- run:
Expand Down

0 comments on commit 4e74c59

Please sign in to comment.