@lark-apaas/fullstack-cli 1.1.22-alpha.19 → 1.1.22-alpha.20
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.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2838,7 +2838,7 @@ function autoCommitUpgradeChanges(version, cwd, filesToStage, commitMessage) {
|
|
|
2838
2838
|
- Cleanup package.json config
|
|
2839
2839
|
- Upgrade @lark-apaas dependencies (if any)
|
|
2840
2840
|
|
|
2841
|
-
Auto-committed by fullstack-cli
|
|
2841
|
+
Auto-committed by fullstack-cli`;
|
|
2842
2842
|
gitCommit(message, cwd);
|
|
2843
2843
|
console.log(`[fullstack-cli] \u2713 Auto-committed ${changedFiles.length} changed file(s)`);
|
|
2844
2844
|
return true;
|