diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa31a4c..05138fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: run: bun install - name: Typecheck - run: bun --bun run typecheck + run: bun run typecheck test: runs-on: ubuntu-latest diff --git a/.vscode/settings.json b/.vscode/settings.json index 2ce7fe9..412521b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -69,7 +69,7 @@ "toml" ], "cSpell.ignorePaths": [ - "node_modules", + "node_modules" ], "cSpell.dictionaries": [ "custom-dictionary"