From 4e74c5941270605005c9186bceb9a8e0ece8fc39 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Mon, 25 Jun 2018 07:06:50 -0700 Subject: [PATCH] fix: update linking for samples (#93) --- packages/google-cloud-speech/.circleci/config.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/google-cloud-speech/.circleci/config.yml b/packages/google-cloud-speech/.circleci/config.yml index 5b23a8e51f3..7810c163117 100644 --- a/packages/google-cloud-speech/.circleci/config.yml +++ b/packages/google-cloud-speech/.circleci/config.yml @@ -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 @@ -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: