Skip to content

Commit 9fb3d0a

Browse files
committed
Added persistent workspace after build stage
1 parent 3122efc commit 9fb3d0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
- codecov/upload:
2424
file: coverage/*.json
2525
flags: frontend
26-
- persist_to_workspace:
27-
root: ~/react-forms
28-
paths:
29-
- "*"
26+
- persist_to_workspace:
27+
root: ~/react-forms
28+
paths:
29+
- "*"
3030
deploy:
3131
working_directory: ~/react-forms
3232
docker:

0 commit comments

Comments
 (0)