Skip to content

Commit f38e570

Browse files
committed
cicd 로그 추가
1 parent 730d7a0 commit f38e570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: npm install
2424

2525
- name: Run build
26-
run: npm run build # 또는 프로젝트에 맞는 빌드 명령어
26+
run: npm run build --verbose # 또는 프로젝트에 맞는 빌드 명령어
2727

2828
- name: Docker build & push
2929
run: |

0 commit comments

Comments
 (0)