We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a823d0 commit b35ef93Copy full SHA for b35ef93
1 file changed
package.json
@@ -51,7 +51,8 @@
51
"health": "bun run scripts/health-check.ts",
52
"postinstall": "node scripts/postinstall.cjs",
53
"docs:dev": "npx mintlify dev",
54
- "rcs": "bun run scripts/rcs.ts"
+ "rcs": "bun run scripts/rcs.ts",
55
+ "package": "bun build --compile --target=bun-windows-x64 --outfile=build/ccb.exe --windows-icon=icon/ide.ico src/entrypoints/cli.tsx"
56
},
57
"dependencies": {},
58
"devDependencies": {
0 commit comments