Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
Re-generate library using /synth.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot committed Sep 6, 2018
1 parent 2ca9a1a commit 6a3e821
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit 6a3e821

Please sign in to comment.