1 parent a28d7e1 commit f31d96fCopy full SHA for f31d96f
2 files changed
.github/workflows/push.yml
@@ -14,6 +14,9 @@ jobs:
14
with:
15
deno-version: v2.x
16
17
+ - name: Install JSR and npm dependencies
18
+ run: deno install
19
+
20
- name: Format, lint, and typecheck
21
run: deno task check
22
AGENTS.md
@@ -13,7 +13,7 @@ Single Fresh 2 app on **Deno** (not a monorepo). Dashboard for ATM Milano transi
13
| `deno task test` | `deno test -A` (parser + utils tests) |
| `deno install` | Populate `node_modules` for npm-specified packages (Tailwind, Preact, etc.) |
-CI: `deno task check` → `deno task test` (no production build in CI).
+CI: `deno install` → `deno task check` → `deno task test` (no production build in CI).
## Framework & toolchain
0 commit comments