From 6327e0248827b92cfe59025fa05313e29b8807df Mon Sep 17 00:00:00 2001 From: Resolve Bot Date: Fri, 19 Feb 2021 19:48:35 +0000 Subject: [PATCH] Build artifacts --- deploy-cloud/dist/index.js | 2 +- publish/dist/main/index.js | 2 +- publish/dist/post/index.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy-cloud/dist/index.js b/deploy-cloud/dist/index.js index 42edc61..8c673ad 100644 --- a/deploy-cloud/dist/index.js +++ b/deploy-cloud/dist/index.js @@ -5160,7 +5160,7 @@ const processWorkspaces = (processor, debug, cwd = process.cwd()) => __awaiter(v debug(output); const info = JSON.parse(output); const workspaces = Object.keys(info).map((name) => { - const location = path.resolve(info[name].location); + const location = path.resolve(cwd, info[name].location); debug(`[${name}] enqueue processing at ${location}`); return { name, diff --git a/publish/dist/main/index.js b/publish/dist/main/index.js index 66a65b9..f3c0af6 100644 --- a/publish/dist/main/index.js +++ b/publish/dist/main/index.js @@ -5412,7 +5412,7 @@ const processWorkspaces = (processor, debug, cwd = process.cwd()) => __awaiter(v debug(output); const info = JSON.parse(output); const workspaces = Object.keys(info).map((name) => { - const location = path.resolve(info[name].location); + const location = path.resolve(cwd, info[name].location); debug(`[${name}] enqueue processing at ${location}`); return { name, diff --git a/publish/dist/post/index.js b/publish/dist/post/index.js index 55e38d7..e93c700 100644 --- a/publish/dist/post/index.js +++ b/publish/dist/post/index.js @@ -5412,7 +5412,7 @@ const processWorkspaces = (processor, debug, cwd = process.cwd()) => __awaiter(v debug(output); const info = JSON.parse(output); const workspaces = Object.keys(info).map((name) => { - const location = path.resolve(info[name].location); + const location = path.resolve(cwd, info[name].location); debug(`[${name}] enqueue processing at ${location}`); return { name,