@gadmin2n/cli 0.0.128 → 0.0.130

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.
@@ -383,6 +383,8 @@ const initializeGitRepository = (dir) => __awaiter(void 0, void 0, void 0, funct
383
383
  yield runner.run('init', true, dir).catch(() => {
384
384
  console.error(chalk.red(ui_1.MESSAGES.GIT_INITIALIZATION_ERROR));
385
385
  });
386
+ yield runner.run('add -A', true, dir).catch(() => { });
387
+ yield runner.run('commit -m "init"', true, dir).catch(() => { });
386
388
  });
387
389
  const printCollective = () => {
388
390
  const dim = print('dim');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gadmin2n/cli",
3
- "version": "0.0.128",
3
+ "version": "0.0.130",
4
4
  "description": "Gadmin - modern, fast, powerful node.js web framework (@cli)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -47,7 +47,7 @@
47
47
  "@angular-devkit/core": "13.3.2",
48
48
  "@angular-devkit/schematics": "13.3.2",
49
49
  "@angular-devkit/schematics-cli": "13.3.2",
50
- "@gadmin2n/schematics": "^0.0.99",
50
+ "@gadmin2n/schematics": "^0.0.102",
51
51
  "abc": "^0.6.1",
52
52
  "chalk": "3.0.0",
53
53
  "chokidar": "3.5.3",