Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fkaz
Browse files Browse the repository at this point in the history
  • Loading branch information
yjm080821 committed Aug 26, 2024
1 parent e3a69ab commit 67e1997
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/azure-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ jobs:
working-directory: applications/client
run: npm install

- name: Build Client
- name: Start Client (if no build script)
working-directory: applications/client
run: npm run build
run: npm start

- name: Install dependencies for Server
working-directory: applications/server
run: npm install

- name: Build Server
- name: Start Server (if no build script)
working-directory: applications/server
run: npm run build
run: npm start

- name: Deploy Infrastructure
run: azd provision --no-prompt
Expand Down

0 comments on commit 67e1997

Please sign in to comment.