Skip to content

Commit

Permalink
dx(watch): Use bun --watch in Favor of nodemon
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWendelborn committed Apr 24, 2024
1 parent 50c257b commit 213628f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"@skyblock-finance/eslint-config": "*",
"eslint": "^9.0.0",
"knip": "^5.9.4",
"nodemon": "^3.1.0",
"prettier": "^3.2.5",
"publint": "^0.2.7",
"turbo": "^1.13.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/schemas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"fix:prettier": "bun --bun run check:prettier --write",
"publish-package": "npm publish --access public --provenance",
"start": "bun scripts/check-all.ts",
"watch": "nodemon -e ts,json --watch source --watch scripts --exec \"bun run start\""
"watch": "bun --watch scripts/check-all.ts"
},
"sideEffects": false,
"type": "commonjs",
Expand Down

0 comments on commit 213628f

Please sign in to comment.