We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c1620a commit dfc5301Copy full SHA for dfc5301
scripts/publish.ts
@@ -1,4 +1,4 @@
1
-import { cpToLibNoFolder } from "./utils";
+import { cpToLibNoFolder, exec } from "./utils";
2
3
// Write required files
4
await Promise.all(
@@ -11,4 +11,4 @@ await Promise.all(
11
].map(cpToLibNoFolder)
12
);
13
14
-// await exec`cd lib && bun publish --access=public`;
+await exec`cd lib && bun publish --access=public`;
0 commit comments