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 e394e61 commit 42d48d6Copy full SHA for 42d48d6
deploy/deployChangedPackages.mjs
@@ -67,6 +67,7 @@ Assuming that this means we need to upload this package.`);
67
if (process.env.NODE_AUTH_TOKEN) {
68
const publish = spawnSync("npm", ["publish", "--access", "public"], {
69
cwd: join("packages", dirName),
70
+ stdio: "inherit",
71
});
72
73
if (publish.status) {
0 commit comments