We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730d7a0 commit f38e570Copy full SHA for f38e570
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
run: npm install
24
25
- name: Run build
26
- run: npm run build # 또는 프로젝트에 맞는 빌드 명령어
+ run: npm run build --verbose # 또는 프로젝트에 맞는 빌드 명령어
27
28
- name: Docker build & push
29
run: |
0 commit comments