Skip to content

Commit 98bf9b5

Browse files
committed
refactor: Update yarn workspace build command for frontend app
1 parent a03ea43 commit 98bf9b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/FrontendRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
working-directory: ./apps/frontend
3030

3131
- name: Build the app
32-
run: yarn workspace build frontend
32+
run: yarn workspace frontend build
3333
working-directory: ./apps/frontend
3434

3535
- name: Deploy to Azure Static Web Apps

0 commit comments

Comments
 (0)