We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e1c858 commit c814419Copy full SHA for c814419
.circleci/config.yml
@@ -71,6 +71,12 @@ jobs:
71
- attach_workspace:
72
at: ~/repo
73
74
+ - run: ls -lsa
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
@@ -79,7 +85,7 @@ jobs:
85
command: mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
86
87
# deploy to npm
- - run: npm publish dist/elements-zone-strategy
88
+ - run: npm publish ./dist/elements-zone-strategy
83
89
84
90
workflows:
91
version: 2
0 commit comments