We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c814419 commit 72c9a83Copy full SHA for 72c9a83
.circleci/config.yml
@@ -75,8 +75,6 @@ jobs:
75
76
- run: ls -lsa elements-zone-strategy
77
78
- - run: ls -lsa elements-zone-strategy/dist
79
-
80
# Authenticate with registry
81
- run: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > ~/repo/.npmrc
82
@@ -85,7 +83,7 @@ jobs:
85
83
command: mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
86
84
87
# deploy to npm
88
- - run: npm publish ./dist/elements-zone-strategy
+ - run: npm publish ./elements-zone-strategy
89
90
workflows:
91
version: 2
0 commit comments