From 43b824c4abcd24212abc7ffb3a7d0636104c4df8 Mon Sep 17 00:00:00 2001 From: dpebot Date: Mon, 27 Aug 2018 11:04:21 -0700 Subject: [PATCH] Re-generate library using /synth.py --- .circleci/config.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 41c82336..eab76c4a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -107,9 +107,7 @@ jobs: steps: - checkout - run: *npm_install_and_link - - run: - name: Build documentation. - command: npm run docs + - run: npm run docs sample_tests: docker: - image: 'node:8' @@ -164,5 +162,6 @@ jobs: user: node steps: - checkout - - run: 'echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc' + - npm install + - run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc - run: npm publish --access=public