Skip to content

Commit c814419

Browse files
committed
still trying to deploy
1 parent 7e1c858 commit c814419

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.circleci/config.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ jobs:
7171
- attach_workspace:
7272
at: ~/repo
7373

74+
- run: ls -lsa
75+
76+
- run: ls -lsa elements-zone-strategy
77+
78+
- run: ls -lsa elements-zone-strategy/dist
79+
7480
# Authenticate with registry
7581
- run: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > ~/repo/.npmrc
7682

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

8187
# deploy to npm
82-
- run: npm publish dist/elements-zone-strategy
88+
- run: npm publish ./dist/elements-zone-strategy
8389

8490
workflows:
8591
version: 2

0 commit comments

Comments
 (0)