@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.
- package/dist/index.js +1 -1
- 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);
|