Merge pull request #1912 from dibir-magomedsaygitov/v-dimago/clean-yarn-and-npm-cache-ubuntu

[Ubuntu] Clean yarn and npm cache
This commit is contained in:
Maxim Lobanov
2020-10-28 12:15:06 +03:00
committed by GitHub

View File

@@ -24,3 +24,7 @@ then
echo "PATH = $PATH"
exit 1
fi
# Clean yarn and npm cache
yarn cache clean
npm cache clean --force