lakutata 0.1.4-proto.4 → 0.1.4
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/CLI.js +1 -1
- package/package.json +1 -1
package/CLI.js
CHANGED
|
@@ -32913,7 +32913,7 @@ var PackageLevel = class extends _chunk4YSDVDHDjs.Component {
|
|
|
32913
32913
|
* @protected
|
|
32914
32914
|
*/
|
|
32915
32915
|
async init() {
|
|
32916
|
-
this.installPath =
|
|
32916
|
+
this.installPath = this.currentDirectory;
|
|
32917
32917
|
const projectRoot = this.findProjectRoot(this.workingDirectory);
|
|
32918
32918
|
if (projectRoot) {
|
|
32919
32919
|
const packageJsonPath = _path3.default.resolve(projectRoot, "./package.json");
|