Skip to content

Commit 715ef88

Browse files
committed
chore(ci): fix publishing to npm
1 parent 707c7d7 commit 715ef88

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ jobs:
6363
- persist_to_workspace:
6464
root: /usr/src/app
6565
paths:
66-
- dist/*
67-
- .circleci/*
66+
- .
6867

6968
deploy-job:
7069
<<: *defaults

0 commit comments

Comments
 (0)