Skip to content

Commit f31d96f

Browse files
committed
fix: CI pipeline
1 parent a28d7e1 commit f31d96f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
with:
1515
deno-version: v2.x
1616

17+
- name: Install JSR and npm dependencies
18+
run: deno install
19+
1720
- name: Format, lint, and typecheck
1821
run: deno task check
1922

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Single Fresh 2 app on **Deno** (not a monorepo). Dashboard for ATM Milano transi
1313
| `deno task test` | `deno test -A` (parser + utils tests) |
1414
| `deno install` | Populate `node_modules` for npm-specified packages (Tailwind, Preact, etc.) |
1515

16-
CI: `deno task check``deno task test` (no production build in CI).
16+
CI: `deno install``deno task check``deno task test` (no production build in CI).
1717

1818
## Framework & toolchain
1919

0 commit comments

Comments
 (0)