@lark-apaas/fullstack-cli 1.1.6-alpha.0 → 1.1.6-alpha.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -279,7 +279,7 @@ async function run2(options) {
279
279
  const userProjectRoot = process.env.INIT_CWD || process.cwd();
280
280
  const __filename = fileURLToPath2(import.meta.url);
281
281
  const __dirname2 = path2.dirname(__filename);
282
- const pluginRoot = path2.resolve(__dirname2, "../../..");
282
+ const pluginRoot = path2.resolve(__dirname2, "..");
283
283
  if (userProjectRoot === pluginRoot) {
284
284
  console.log("[fullstack-cli] Skip syncing (installing plugin itself)");
285
285
  process.exit(0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/fullstack-cli",
3
- "version": "1.1.6-alpha.0",
3
+ "version": "1.1.6-alpha.1",
4
4
  "description": "CLI tool for fullstack template management",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",