From 67df5bc2e6c3616e555aa3d6f9589353ab10d439 Mon Sep 17 00:00:00 2001 From: dpebot Date: Thu, 6 Sep 2018 04:20:18 -0700 Subject: [PATCH] Re-generate library using /synth.py --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 80dcf7e6..9a65e928 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -64,7 +64,7 @@ jobs: name: Install and link the module command: |- mkdir -p /home/node/.npm-global - ./.circleci/npm-install-retry.js + npm install environment: NPM_CONFIG_PREFIX: /home/node/.npm-global - run: npm test @@ -92,7 +92,7 @@ jobs: command: | cd samples/ npm link ../ - ./../.circleci/npm-install-retry.js + npm install environment: NPM_CONFIG_PREFIX: /home/node/.npm-global - run: @@ -172,6 +172,6 @@ jobs: user: node steps: - checkout - - run: ./.circleci/npm-install-retry.js + - run: npm install - run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc - run: npm publish --access=public