We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbb6714 commit 5df7ed4Copy full SHA for 5df7ed4
.circleci/config.yml
@@ -27,7 +27,7 @@ jobs:
27
steps:
28
- checkout
29
- attach_workspace:
30
- at: dist
+ at: .
31
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
32
- run: npm publish
33
0 commit comments