Skip to content

Commit

Permalink
fix: Github Action issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Youn-Rha committed Nov 14, 2024
1 parent 0fd4a9a commit c0e0abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install dependencies and build
run: |
npm install
npm run build -- --project tsconfig.build.json
npm run build
# 빌드 파일을 서버로 전송
- name: Copy build directory to server
Expand Down

0 comments on commit c0e0abf

Please sign in to comment.