Merge branch 'modules-caching' into modules-caching-tests

This commit is contained in:
Ivan Zosimov 2022-03-30 11:00:12 +02:00
commit 1a1c412f7e
17 changed files with 212 additions and 453 deletions

View file

@ -25,8 +25,9 @@ export const getPackageManagerInfo = async (packageManager: string) => {
`It's not possible to use ${packageManager}, please, check correctness of the package manager name spelling.`
);
}
const obtainedPackageManager = supportedPackageManagers[packageManager];
return supportedPackageManagers[packageManager];
return obtainedPackageManager;
};
export const getCacheDirectoryPath = async (