We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9de092 commit f2697f0Copy full SHA for f2697f0
packages/google-cloud-speech/.circleci/config.yml
@@ -107,9 +107,7 @@ jobs:
107
steps:
108
- checkout
109
- run: *npm_install_and_link
110
- - run:
111
- name: Build documentation.
112
- command: npm run docs
+ - run: npm run docs
113
sample_tests:
114
docker:
115
- image: 'node:8'
@@ -164,5 +162,6 @@ jobs:
164
162
user: node
165
163
166
167
- - run: 'echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc'
+ - npm install
+ - run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
168
- run: npm publish --access=public
0 commit comments