Skip to content

Commit 0738d93

Browse files
Update deploy.yml
1 parent e5ae7f5 commit 0738d93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727

2828
# 3. Install dependencies (with workspaces enabled)
2929
- name: Install dependencies
30-
run: npm install --workspaces
30+
run: npm install --workspaces --legacy-peer-deps
3131

32-
# 4. Build both TEL frontend and review site
32+
# 4. Build TEL Frontend package + review site
3333
- name: Build project
34-
run: npm run build
34+
run: node packages/tel-frontend-review/build.mjs
3535

3636
# 5. Upload artifact for GitHub Pages
3737
- name: Upload GitHub Pages artifact

0 commit comments

Comments
 (0)