Skip to content

Commit 83f3552

Browse files
committed
chore: add build:cross-platform back in
1 parent 548e8c9 commit 83f3552

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
@@ -65,7 +65,7 @@
6565
"lint:fix": "bunx --bun eslint . --fix",
6666
"fresh": "bunx rimraf node_modules/ bun.lock && bun i",
6767
"changelog": "bunx changelogen --output CHANGELOG.md",
68-
"prepublishOnly": "bun run build",
68+
"prepublishOnly": "bun run build && bun run build:cross-platform",
6969
"release": "bun run release:patch",
7070
"release:patch": "bun scripts/bump-version.ts patch",
7171
"release:minor": "bun scripts/bump-version.ts minor",

0 commit comments

Comments
 (0)