Skip to content

Commit dd6d72d

Browse files
dpebotJustinBeckwith
authored andcommitted
Update the CI config (#102)
1 parent 2b8c453 commit dd6d72d

File tree

1 file changed

+3
-4
lines changed
  • packages/google-cloud-translate/.circleci

1 file changed

+3
-4
lines changed

packages/google-cloud-translate/.circleci/config.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,7 @@ jobs:
107107
steps:
108108
- checkout
109109
- run: *npm_install_and_link
110-
- run:
111-
name: Build documentation.
112-
command: npm run docs
110+
- run: npm run docs
113111
sample_tests:
114112
docker:
115113
- image: 'node:8'
@@ -164,5 +162,6 @@ jobs:
164162
user: node
165163
steps:
166164
- checkout
167-
- run: 'echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc'
165+
- npm install
166+
- run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
168167
- run: npm publish --access=public

0 commit comments

Comments
 (0)