Skip to content

Commit

Permalink
chore: update prePublishOnly script
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Sep 14, 2021
1 parent 59232d7 commit a6377a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -19,7 +19,7 @@
"scripts": {
"dev": "vite",
"build": "vite build && tsc --emitDeclarationOnly && mv dist/src dist/types",
"prepublishOnly": "tsc --noEmit && yarn build"
"prepublishOnly": "yarn build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a6377a6

Please sign in to comment.