Skip to content

Commit 0b01051

Browse files
authored
add code comment
Signed-off-by: Aviv Keller <[email protected]>
1 parent 6307f75 commit 0b01051

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)