Skip to content

Commit

Permalink
fix(build): resolve incorrect builds due to bun
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 7, 2024
1 parent efcd658 commit 2d672e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"editor.codeActionsOnSave": {
"quickfix.biome": "always",
"source.organizeImports.biome": "always"
}
},
"conventionalCommits.scopes": [
"build"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"type-check": "tsc --noEmit -p tsconfig.json",
"start": "bun run dist/index.js",
"prepare": "bun run scripts/install.mjs",
"build-only": "bun build src/index.ts --outdir ./dist"
"build-only": "bunx --bun tsc"
}
}

0 comments on commit 2d672e9

Please sign in to comment.