Skip to content

Commit a9893da

Browse files
committed
Revert "update prepublishOnly script to use tsup"
This reverts commit 1e74f61.
1 parent 1e74f61 commit a9893da

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
@@ -43,7 +43,7 @@
4343
"scripts": {
4444
"dev": "vite serve dev",
4545
"build": "tsup",
46-
"prepublishOnly": "tsup",
46+
"prepublishOnly": "npm build",
4747
"postinstall": "patch-package"
4848
},
4949
"peerDependencies": {

0 commit comments

Comments
 (0)