Skip to content

Commit

Permalink
still trying to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
remackgeek committed Feb 8, 2020
1 parent 7e1c858 commit c814419
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ jobs:
- attach_workspace:
at: ~/repo

- run: ls -lsa

- 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 @@ -79,7 +85,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 ./dist/elements-zone-strategy

workflows:
version: 2
Expand Down

0 comments on commit c814419

Please sign in to comment.