Skip to content

Commit

Permalink
chore: updated bun and made script cross compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Apr 2, 2024
1 parent 9f219a4 commit f7d637d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"scripts": {
"dev": "run-p worker proxy",
"predev": "lsof -i tcp:8787 | grep LISTEN | awk '{print $2}' | (if [ -n \"$(awk '{print $2}')\" ]; then xargs kill -9; fi)",
"predev": "tsx predev.ts",
"format": "run-s format:lint format:prettier format:cspell",
"format:lint": "eslint --fix .",
"format:prettier": "prettier --write .",
Expand Down Expand Up @@ -85,5 +85,5 @@
"@commitlint/config-conventional"
]
},
"packageManager": "bun@1.0.23"
"packageManager": "bun@1.1.0"
}

0 comments on commit f7d637d

Please sign in to comment.