Skip to content

Commit

Permalink
build: add prepack script
Browse files Browse the repository at this point in the history
  • Loading branch information
star0202 committed Jun 27, 2024
1 parent e2d38eb commit 97f6d7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 97f6d7a

Please sign in to comment.