Skip to content

Commit f2c2e06

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-forms",
33
"version": "1.9.6",
44
"main": "index.js",
5-
"repository": "git@github.com:data-driven-forms/react-forms.git",
5+
"repository": "https://github.com/data-driven-forms/react-forms.git",
66
"author": "Martin Marosi <[email protected]>",
77
"license": "Apache-2.0",
88
"private": true,

0 commit comments

Comments
 (0)