bdy 1.17.14-dev → 1.17.15-dev

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bdy",
3
3
  "preferGlobal": false,
4
- "version": "1.17.14-dev",
4
+ "version": "1.17.15-dev",
5
5
  "type": "commonjs",
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -101,7 +101,10 @@ const initRepo = async (workspace, project, path, git, options) => {
101
101
  output_1.default.exitNormal();
102
102
  }
103
103
  }
104
- await (0, utils_1.execLocally)("git config credential.helper '!bdy project git credential'", {
104
+ await (0, utils_1.execLocally)('git config --local credential.helper ""', {
105
+ cwd: path,
106
+ });
107
+ await (0, utils_1.execLocally)("git config --local credential.helper '!bdy project git credential'", {
105
108
  cwd: path,
106
109
  });
107
110
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bdy",
3
3
  "preferGlobal": false,
4
- "version": "1.17.14-dev",
4
+ "version": "1.17.15-dev",
5
5
  "type": "commonjs",
6
6
  "license": "MIT",
7
7
  "scripts": {