Skip to content

Commit 0b01051

Browse files
authored
add code comment
Signed-off-by: Aviv Keller <me@aviv.sh>
1 parent 6307f75 commit 0b01051

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/ui-components/src/scripts/publish.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ await writeFile(
1616
JSON.stringify(cleanedPkg, null, 2),
1717
'utf8'
1818
);
19+
20+
// Now, publish the generated `dist` folder
1921
spawnSync('pnpm', ['publish'], { cwd: 'dist', stdio: 'inherit' });

0 commit comments

Comments
 (0)