We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42d48d6 commit 9847e81Copy full SHA for 9847e81
deploy/deployChangedPackages.mjs
@@ -66,7 +66,7 @@ Assuming that this means we need to upload this package.`);
66
if (upload) {
67
if (process.env.NODE_AUTH_TOKEN) {
68
const publish = spawnSync("npm", ["publish", "--access", "public"], {
69
- cwd: join("packages", dirName),
+ cwd: join(generatedDir, "packages", dirName),
70
stdio: "inherit",
71
});
72
0 commit comments