diff --git a/.vscode/settings.json b/.vscode/settings.json index 4f9fc46..17dcebb 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,5 +2,8 @@ "editor.codeActionsOnSave": { "quickfix.biome": "always", "source.organizeImports.biome": "always" - } + }, + "conventionalCommits.scopes": [ + "build" + ] } diff --git a/package.json b/package.json index 4a9758c..27fc75b 100644 --- a/package.json +++ b/package.json @@ -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" } }