Skip to content

Commit 9847e81

Browse files
committedJun 25, 2021
Fix paths
1 parent 42d48d6 commit 9847e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎deploy/deployChangedPackages.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Assuming that this means we need to upload this package.`);
6666
if (upload) {
6767
if (process.env.NODE_AUTH_TOKEN) {
6868
const publish = spawnSync("npm", ["publish", "--access", "public"], {
69-
cwd: join("packages", dirName),
69+
cwd: join(generatedDir, "packages", dirName),
7070
stdio: "inherit",
7171
});
7272

0 commit comments

Comments
 (0)
Please sign in to comment.