Skip to content

Commit dfc5301

Browse files
committed
fix: enable publishing in the script by uncommenting exec command
1 parent 6c1620a commit dfc5301

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/publish.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { cpToLibNoFolder } from "./utils";
1+
import { cpToLibNoFolder, exec } from "./utils";
22

33
// Write required files
44
await Promise.all(
@@ -11,4 +11,4 @@ await Promise.all(
1111
].map(cpToLibNoFolder)
1212
);
1313

14-
// await exec`cd lib && bun publish --access=public`;
14+
await exec`cd lib && bun publish --access=public`;

0 commit comments

Comments
 (0)