We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ae7f5 commit 0738d93Copy full SHA for 0738d93
.github/workflows/deploy.yml
@@ -27,11 +27,11 @@ jobs:
27
28
# 3. Install dependencies (with workspaces enabled)
29
- name: Install dependencies
30
- run: npm install --workspaces
+ run: npm install --workspaces --legacy-peer-deps
31
32
- # 4. Build both TEL frontend and review site
+ # 4. Build TEL Frontend package + review site
33
- name: Build project
34
- run: npm run build
+ run: node packages/tel-frontend-review/build.mjs
35
36
# 5. Upload artifact for GitHub Pages
37
- name: Upload GitHub Pages artifact
0 commit comments