Skip to content

Commit 72c9a83

Browse files
committed
still debugging publishing
1 parent c814419 commit 72c9a83

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ jobs:
7575

7676
- run: ls -lsa elements-zone-strategy
7777

78-
- run: ls -lsa elements-zone-strategy/dist
79-
8078
# Authenticate with registry
8179
- run: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > ~/repo/.npmrc
8280

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

8785
# deploy to npm
88-
- run: npm publish ./dist/elements-zone-strategy
86+
- run: npm publish ./elements-zone-strategy
8987

9088
workflows:
9189
version: 2

0 commit comments

Comments
 (0)