Skip to content

Commit a6377a6

Browse files
committed
chore: update prePublishOnly script
1 parent 59232d7 commit a6377a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"scripts": {
2020
"dev": "vite",
2121
"build": "vite build && tsc --emitDeclarationOnly && mv dist/src dist/types",
22-
"prepublishOnly": "tsc --noEmit && yarn build"
22+
"prepublishOnly": "yarn build"
2323
},
2424
"repository": {
2525
"type": "git",

0 commit comments

Comments
 (0)