Skip to content

Commit 1ce6c64

Browse files
author
Joan-Angelo Enrile
committed
refactor: clean up settings and configuration files, fix windows binary
1 parent 66dd87a commit 1ce6c64

5 files changed

Lines changed: 4 additions & 32 deletions

File tree

.claude/settings.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
"Bash(grep -E \"\\\\.\\(json|yaml|yml|config\\)$\")",
55
"Bash(find * -name \"*\" -exec wc -l {} +)",
66
"Bash(bun install:*)"
7-
],
8-
"additionalDirectories": [
9-
"/home/angelo/workspaces/oss_ws/ado-skill"
107
]
118
}
129
}

.claude/settings.local.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
run: |
4141
bun build src/index.ts \
4242
--compile \
43+
--minify \
44+
--sourcemap \
4345
--target=${{ matrix.target }} \
4446
--outfile=${{ matrix.output }}
4547

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ dist/
22
node_modules/
33
*.js.map
44
.env
5+
.vscode/launch.json
6+
.claude/settings.local.json

.vscode/launch.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)