Skip to content

Commit 057b22c

Browse files
Update deploy.yml
1 parent eb39109 commit 057b22c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
node-version: '20'
2626
cache: 'npm'
2727

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

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

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

0 commit comments

Comments
 (0)