@lark-apaas/fullstack-cli 1.1.22-alpha.4 → 1.1.22-alpha.5

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2475,7 +2475,7 @@ function getChangedFiles(cwd = process.cwd()) {
2475
2475
  }
2476
2476
  }
2477
2477
  function gitAddUpgradeFiles(cwd = process.cwd(), filesToStage) {
2478
- const result = spawnSync2("git", ["add", "--", ...filesToStage], {
2478
+ const result = spawnSync2("git", ["add", "--ignore-missing", "--", ...filesToStage], {
2479
2479
  cwd,
2480
2480
  stdio: "pipe",
2481
2481
  encoding: "utf-8"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/fullstack-cli",
3
- "version": "1.1.22-alpha.4",
3
+ "version": "1.1.22-alpha.5",
4
4
  "description": "CLI tool for fullstack template management",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",