We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72c9a83 commit d8d9c60Copy full SHA for d8d9c60
.circleci/config.yml
@@ -71,16 +71,10 @@ jobs:
71
- attach_workspace:
72
at: ~/repo
73
74
- - run: ls -lsa
75
-
76
- - run: ls -lsa elements-zone-strategy
77
78
# Authenticate with registry
79
- run: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > ~/repo/.npmrc
80
81
- - run:
82
- name: Avoid hosts unknown for github
83
- command: mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
+ - run: ls -lsa
84
85
# deploy to npm
86
- run: npm publish ./elements-zone-strategy
0 commit comments