teamix-evo 0.12.0 → 0.12.1
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 +3 -0
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -9721,6 +9721,9 @@ var initCommand5 = new Command43("init").description(
|
|
|
9721
9721
|
if (result.status === "installed") {
|
|
9722
9722
|
logger.info("");
|
|
9723
9723
|
logger.info("Next steps:");
|
|
9724
|
+
logger.info(
|
|
9725
|
+
' \u2022 \u63D0\u4EA4\u53D8\u66F4\uFF1A`git add . && git commit -m "chore: init teamix-evo"`'
|
|
9726
|
+
);
|
|
9724
9727
|
logger.info(" \u2022 \u542F\u52A8 dev server \u9A8C\u8BC1\uFF1A`npm run dev`");
|
|
9725
9728
|
logger.info(" \u2022 lint \u68C0\u67E5\uFF1A`npm run lint` / `npm run lint:css`");
|
|
9726
9729
|
logger.info(
|