feat: Add folder execution
All checks were successful
Label PRs based on size / Check PR size (pull_request) Successful in 5s
All checks were successful
Label PRs based on size / Check PR size (pull_request) Successful in 5s
This commit is contained in:
parent
50ecd8ce86
commit
703db757bc
1 changed files with 6 additions and 1 deletions
7
index.ts
7
index.ts
|
@ -94,7 +94,12 @@ program
|
|||
choices: getProjects().map((project: Project) => project.name),
|
||||
});
|
||||
|
||||
process.chdir(getConfiguration().projectsDirectory + "/" + pickedProject);
|
||||
console.log(
|
||||
"__EXEC__ cd " +
|
||||
getConfiguration().projectsDirectory +
|
||||
"/" +
|
||||
pickedProject,
|
||||
);
|
||||
|
||||
console.log(getProjects());
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue