File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1010 "scripts" : {
1111 "build" : " bun build index.ts --outdir dist --target bun --external @djs-core/runtime --external discord.js --minify && bun types" ,
1212 "dev" : " bun build index.ts --outdir dist --target bun --watch" ,
13- "types" : " dts-bundle-generator -o dist/index.d.ts index.ts --no-check"
13+ "types" : " dts-bundle-generator -o dist/index.d.ts index.ts --no-check" ,
14+ "prepack" : " bun run build"
1415 },
1516 "dependencies" : {
1617 "@clack/prompts" : " ^0.11.0" ,
Original file line number Diff line number Diff line change 88 "scripts" : {
99 "dev" : " bun build index.ts --outdir dist --target bun --external discord.js --watch" ,
1010 "build" : " bun build index.ts --outdir dist --target bun --external discord.js --minify && bun run types" ,
11- "types" : " dts-bundle-generator -o dist/index.d.ts index.ts --no-check"
11+ "types" : " dts-bundle-generator -o dist/index.d.ts index.ts --no-check" ,
12+ "prepack" : " bun run build"
1213 },
1314 "devDependencies" : {
1415 "typescript" : " ^5" ,
You can’t perform that action at this time.
0 commit comments