We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4be240a commit 4e74c59Copy full SHA for 4e74c59
packages/google-cloud-speech/.circleci/config.yml
@@ -84,7 +84,6 @@ jobs:
84
command: |-
85
mkdir -p /home/node/.npm-global
86
npm install
87
- npm link
88
chmod +x node_modules/@google-cloud/nodejs-repo-tools/bin/tools
89
environment:
90
NPM_CONFIG_PREFIX: /home/node/.npm-global
@@ -127,9 +126,8 @@ jobs:
127
126
name: Link the module being tested to the samples.
128
command: |
129
cd samples/
130
- npm link @google-cloud/speech
131
132
- cd ..
+ npm link ../
133
134
135
- run:
0 commit comments