Skip to content

Commit 569c822

Browse files
committed
Add prepublishOnly script
1 parent b3c1f1e commit 569c822

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"deploy-env": "src/cli.ts"
88
},
99
"scripts": {
10+
"prepublishOnly": "pnpm run build",
1011
"build": "rm -rf lib && tsc",
1112
"postbuild": "node --experimental-top-level-await scripts/postbuild.mjs lib/cli.js"
1213
},

0 commit comments

Comments
 (0)