Skip to content

Commit c5be1a1

Browse files
committed
ci: build file was missing
add `prepublishOnly` script to run build
1 parent a75ec1e commit c5be1a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"build": "unbuild && tsx scripts/patchCJS.ts",
2929
"test": "vitest run",
3030
"format": "prettier --write --cache .",
31+
"prepublishOnly": "npm run build",
3132
"release": "tsx scripts/release.ts",
3233
"ci-publish": "tsx scripts/publishCI.ts"
3334
},

0 commit comments

Comments
 (0)