Skip to content

Commit

Permalink
Improve bun setup
Browse files Browse the repository at this point in the history
Signed-off-by: Leon de Klerk <[email protected]>
  • Loading branch information
leondeklerk committed Apr 1, 2024
1 parent 730625b commit 285da9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ npm-debug.log
.markdownlint.json
.prettierrc
Dockerfile
.editorconfig
.editorconfig
bun.lockdb
4 changes: 2 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
npx lint-staged
npm run type-check
bunx lint-staged
bun run type-check

0 comments on commit 285da9c

Please sign in to comment.