Skip to content

Commit

Permalink
use bunx
Browse files Browse the repository at this point in the history
  • Loading branch information
alvindimas05 committed Jul 24, 2024
1 parent 9b81fda commit 2420db5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
"module": "index.ts",
"type": "commonjs",
"scripts": {
"clean": "rm -rf build",
"clean": "bunx rimraf build",
"dev": "bun run index.ts",
"compile": "webpack",
"build": "bun run clean && webpack && bash build.sh"
"compile": "bunx webpack",
"build": "bun run clean && bun run compile && bash build.sh"
},
"devDependencies": {
"@types/bun": "latest",
"@types/node": "^20.14.11",
"rimraf": "^6.0.1",
"ts-loader": "^9.5.1",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
Expand Down

0 comments on commit 2420db5

Please sign in to comment.