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 b602614 commit 04ae802Copy full SHA for 04ae802
scripts/prepublish.mjs
@@ -1,6 +1,8 @@
1
#!/usr/bin/env zx
2
import 'zx/globals'
3
4
+$.verbose = true
5
+
6
await $`pnpm build`
7
await $`pnpm snapshot`
8
0 commit comments