Skip to content

Commit 5df7ed4

Browse files
committed
Fix of CircleCI config
1 parent cbb6714 commit 5df7ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- checkout
2929
- attach_workspace:
30-
at: dist
30+
at: .
3131
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
3232
- run: npm publish
3333

0 commit comments

Comments
 (0)