Skip to content

Commit

Permalink
more deploy debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
remackgeek committed Feb 8, 2020
1 parent 72c9a83 commit d8d9c60
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,10 @@ jobs:
- attach_workspace:
at: ~/repo

- run: ls -lsa

- run: ls -lsa elements-zone-strategy

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

- run:
name: Avoid hosts unknown for github
command: mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
- run: ls -lsa

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

0 comments on commit d8d9c60

Please sign in to comment.