chore: organize build outputs into bin directory
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -33,5 +33,6 @@ report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
|
||||
# Finder (MacOS) folder config
|
||||
.DS_Store
|
||||
|
||||
# Data
|
||||
# Outputs & Inputs
|
||||
data
|
||||
bin
|
||||
@@ -15,7 +15,7 @@
|
||||
"typescript": "^5"
|
||||
},
|
||||
"scripts": {
|
||||
"build:stdio": "bun build ./stdio.ts --compile --outfile stdio",
|
||||
"build:stdio": "bun build ./stdio.ts --compile --outfile bin/stdio",
|
||||
"build": "bun build:stdio",
|
||||
"prepare": "bun .husky/install.ts"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user