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 eb39109 commit 057b22cCopy full SHA for 057b22c
.github/workflows/deploy.yml
@@ -25,13 +25,13 @@ jobs:
25
node-version: '20'
26
cache: 'npm'
27
28
- # 3. Install dependencies (with workspaces enabled)
+ # 3. Install dependencies (including devDependencies)
29
- name: Install dependencies
30
- run: npm install --workspaces --legacy-peer-deps
+ run: npm install --workspaces
31
32
- # 4. Build TEL Frontend package + review site
+ # 4. Build TEL Frontend package and review site
33
- name: Build project
34
- run: node packages/tel-frontend-review/build.mjs
+ run: npm run build
35
36
# 5. Upload artifact for GitHub Pages
37
- name: Upload GitHub Pages artifact
0 commit comments