Skip to content

Commit 42d48d6

Browse files
committed
Log npm
1 parent e394e61 commit 42d48d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deploy/deployChangedPackages.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ Assuming that this means we need to upload this package.`);
6767
if (process.env.NODE_AUTH_TOKEN) {
6868
const publish = spawnSync("npm", ["publish", "--access", "public"], {
6969
cwd: join("packages", dirName),
70+
stdio: "inherit",
7071
});
7172

7273
if (publish.status) {

0 commit comments

Comments
 (0)