Skip to content

Commit

Permalink
debugging publish
Browse files Browse the repository at this point in the history
  • Loading branch information
remackgeek committed Feb 9, 2020
1 parent d8d9c60 commit 99d2721
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,8 @@ jobs:

# save package for downstream
- persist_to_workspace:
root: dist
paths:
- elements-zone-strategy
root: ~/repo
paths: .

deploy:
docker:
Expand All @@ -77,7 +76,7 @@ jobs:
- run: ls -lsa

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

workflows:
version: 2
Expand Down

0 comments on commit 99d2721

Please sign in to comment.