Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Best-Codes committed Jan 6, 2025
1 parent 4dee091 commit b68ee1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discraft",
"version": "1.6.2-beta.0",
"version": "1.6.2-beta.1",
"description": "Ultimate Discord bot framework",
"type": "module",
"packageManager": "bun@1.1.42",
Expand Down
3 changes: 1 addition & 2 deletions package/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ await fs.rm(outDir, { recursive: true, force: true });

await build({
entrypoints: [cliFile],
splitting: false,
splitting: true,
packages: "external",
outdir: outDir,
target: "node",
minify: true,
});

0 comments on commit b68ee1f

Please sign in to comment.