Skip to content

Commit

Permalink
prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Aug 12, 2024
1 parent 91f5134 commit 783c12a
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 @@ -12,7 +12,8 @@
"scripts": {
"test": "vitest --run",
"prebuild": "rm -rf dist",
"build": "node scripts/build.js && tsc -p . && rolldown -c rolldown.config.mjs"
"build": "node scripts/build.js && tsc -p . && rolldown -c rolldown.config.mjs",
"prepublishOnly": "npm build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 783c12a

Please sign in to comment.