Skip to content

Commit

Permalink
wd에 react를 붙여봄
Browse files Browse the repository at this point in the history
  • Loading branch information
김윤경 authored and 김윤경 committed Jun 5, 2023
1 parent 1c062b5 commit ade2db0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
working-directory: ./my-client
working-directory: ./my-agora-states-client-react
- name: Build
run: npm run build
working-directory: ./my-agora-states-client
working-directory: ./my-agora-states-client-react
- name: SHOW AWS CLI VERSION
run: |
aws --version
Expand All @@ -29,4 +29,4 @@ jobs:
--region ap-northeast-2 \
build s3://fe-23-k22y22-s3 \
--delete
working-directory: ./my-agora-states-client
working-directory: ./my-agora-states-client-react

0 comments on commit ade2db0

Please sign in to comment.