diff --git a/.gitignore b/.gitignore index 97bcc7e..bbf2b93 100644 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file diff --git a/package.json b/package.json index f3e5999..d94ab5f 100644 --- a/package.json +++ b/package.json @@ -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" },