Skip to content

Commit d8d9c60

Browse files
committed
more deploy debugging
1 parent 72c9a83 commit d8d9c60

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.circleci/config.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,10 @@ jobs:
7171
- attach_workspace:
7272
at: ~/repo
7373

74-
- run: ls -lsa
75-
76-
- run: ls -lsa elements-zone-strategy
77-
7874
# Authenticate with registry
7975
- run: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > ~/repo/.npmrc
8076

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

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

0 commit comments

Comments
 (0)