Skip to content

Commit

Permalink
still debugging publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
remackgeek committed Feb 8, 2020
1 parent c814419 commit 72c9a83
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ jobs:

- run: ls -lsa elements-zone-strategy

- run: ls -lsa elements-zone-strategy/dist

# Authenticate with registry
- run: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > ~/repo/.npmrc

Expand All @@ -85,7 +83,7 @@ jobs:
command: mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config

# deploy to npm
- run: npm publish ./dist/elements-zone-strategy
- run: npm publish ./elements-zone-strategy

workflows:
version: 2
Expand Down

0 comments on commit 72c9a83

Please sign in to comment.