We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3122efc commit f2c2e06Copy full SHA for f2c2e06
.circleci/config.yml
@@ -23,10 +23,10 @@ jobs:
23
- codecov/upload:
24
file: coverage/*.json
25
flags: frontend
26
- - persist_to_workspace:
27
- root: ~/react-forms
28
- paths:
29
- - "*"
+ - persist_to_workspace:
+ root: ~/react-forms
+ paths:
+ - "*"
30
deploy:
31
working_directory: ~/react-forms
32
docker:
package.json
@@ -2,7 +2,7 @@
2
"name": "react-forms",
3
"version": "1.9.6",
4
"main": "index.js",
5
- "repository": "git@github.com:data-driven-forms/react-forms.git",
+ "repository": "https://github.com/data-driven-forms/react-forms.git",
6
"author": "Martin Marosi <[email protected]>",
7
"license": "Apache-2.0",
8
"private": true,
0 commit comments