Fix linter post merge (#12430)

This commit is contained in:
Charles Bochet
2025-06-03 11:51:49 +02:00
committed by GitHub
parent 4aae6bae1c
commit ece2784ed7

View File

@ -70,6 +70,7 @@ export class AddPackagesCommand extends CommandRunner {
private getAbsoluteFilePath(path: string) {
const rootPath = process.cwd();
return resolve(rootPath, path);
}