Skip to content

Commit

Permalink
build: simplify to packge.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kariudo committed Feb 2, 2024
1 parent 980879c commit f4eeb7f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
14 changes: 0 additions & 14 deletions build.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scripts": {
"lint": "bunx @biomejs/biome check --apply ./src",
"clean": "rimraf ./dist",
"build": "bun clean && bun run ./build.js",
"build": "bun clean && bun build ./src/index.ts --outdir ./dist --target bun",
"start": "bun run ./dist/index.js",
"dev": "bun run src/index.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
"outDir": "dist",
"rootDir": "src"
}
}
}

0 comments on commit f4eeb7f

Please sign in to comment.