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 b3c1f1e commit 569c822Copy full SHA for 569c822
package.json
@@ -7,6 +7,7 @@
7
"deploy-env": "src/cli.ts"
8
},
9
"scripts": {
10
+ "prepublishOnly": "pnpm run build",
11
"build": "rm -rf lib && tsc",
12
"postbuild": "node --experimental-top-level-await scripts/postbuild.mjs lib/cli.js"
13
0 commit comments