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