aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorClaude <noreply@anthropic.com>2026-02-14 06:34:14 +0000
committerClaude <noreply@anthropic.com>2026-02-14 06:34:14 +0000
commitdee11ee5c85cccbadd412bb9916ef63871aa3ce5 (patch)
treea6486db890a9471d569c45fffac39720fc884293
parent042fcb5c4eac16f18fc051f55a6c63ca9e97306b (diff)
downloadfeedaka-dee11ee5c85cccbadd412bb9916ef63871aa3ce5.tar.gz
feedaka-dee11ee5c85cccbadd412bb9916ef63871aa3ce5.tar.zst
feedaka-dee11ee5c85cccbadd412bb9916ef63871aa3ce5.zip
CI: Run npm ci for typespec directory in addition to frontend
Add a step to install typespec dependencies and include typespec/package-lock.json in the Node.js npm cache config. https://claude.ai/code/session_01B4MXDojJtKKnXC57YTJbt2
-rw-r--r--.github/workflows/ci.yaml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index b3295ff..8186ece 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -24,7 +24,9 @@ jobs:
with:
node-version: "22"
cache: "npm"
- cache-dependency-path: frontend/package-lock.json
+ cache-dependency-path: |
+ frontend/package-lock.json
+ typespec/package-lock.json
- name: Install just
uses: extractions/setup-just@v3
@@ -33,6 +35,10 @@ jobs:
run: npm ci
working-directory: frontend
+ - name: Install typespec dependencies
+ run: npm ci
+ working-directory: typespec
+
- name: Run check
run: just check