Format files according to Prettier rules and build

This commit is contained in:
Ivan Zosimov (Akvelon INC) 2022-02-21 16:29:32 +03:00
parent 25a133c257
commit 53f5d5ec02
7 changed files with 120128 additions and 6377 deletions

View file

@ -25,10 +25,8 @@ const cachePackages = async () => {
const primaryKey = core.getState(State.CachePrimaryKey);
const packageManagerInfo = await getPackageManagerInfo();
const cachePath = await getCacheDirectoryPath(
packageManagerInfo,
);
const cachePath = await getCacheDirectoryPath(packageManagerInfo);
if (!fs.existsSync(cachePath)) {
throw new Error(