Merge branch 'master' of github.com:spotify/backstage into shmidt-i/links-docs

This commit is contained in:
Ivan Shmidt
2020-06-03 16:40:33 +02:00
11 changed files with 247 additions and 186 deletions
+1
View File
@@ -24,6 +24,7 @@ export default async function clean() {
const packagePath = getPackagePath(cacheOptions.cacheDir);
await fs.remove(cacheOptions.output);
await fs.remove(packagePath);
await fs.remove(paths.resolveTarget('coverage'));
}
function getPackagePath(cacheDir: string) {