We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 548e8c9 commit 83f3552Copy full SHA for 83f3552
package.json
@@ -65,7 +65,7 @@
65
"lint:fix": "bunx --bun eslint . --fix",
66
"fresh": "bunx rimraf node_modules/ bun.lock && bun i",
67
"changelog": "bunx changelogen --output CHANGELOG.md",
68
- "prepublishOnly": "bun run build",
+ "prepublishOnly": "bun run build && bun run build:cross-platform",
69
"release": "bun run release:patch",
70
"release:patch": "bun scripts/bump-version.ts patch",
71
"release:minor": "bun scripts/bump-version.ts minor",
0 commit comments