From dc80b921cec239ae9c6bc723d5a054e288433b65 Mon Sep 17 00:00:00 2001 From: Matt Strom Date: Thu, 19 Jul 2018 00:06:01 -0700 Subject: [PATCH] Issue 3: Fix to CircleCI file. --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 57826f5..dbb046f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -39,10 +39,10 @@ jobs: - publish: docker: - image: circleci/node:10.4.1 - steps: - - checkout - - run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc - - run: npm publish + steps: + - checkout + - run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc + - run: npm publish workflows: version: 2