Docs, and rebuild dist

This commit is contained in:
Stéphan Kochen
2020-08-25 22:37:48 +02:00
parent fcba68fd6f
commit ccfc83af5d
3 changed files with 19 additions and 7 deletions
+1
View File
@@ -34,6 +34,7 @@ export default async (project: Project, cache: Cache, report: Report) => {
const yarnPathAbs = configuration.get(`yarnPath`);
const cacheFolderAbs = configuration.get(`cacheFolder`);
// Sanity checks.
let yarnPath = ppath.relative(cwd, yarnPathAbs);
if (yarnPath.startsWith(`../`)) {
yarnPath = yarnPathAbs;