build: add prepack script

This commit is contained in:
Starcea 2024-06-28 00:26:24 +09:00
commit 97f6d7ad7b
No known key found for this signature in database
GPG key ID: B7A77E32374911E1

View file

@ -11,7 +11,8 @@
"scripts": {
"build": "rimraf dist && tsc",
"lint": "eslint src --ignore-path .gitignore",
"release": "semantic-release"
"release": "semantic-release",
"prepack": "pnpm build"
},
"keywords": [
"comcigan",