Skip to content

Commit f0f2904

Browse files
author
yuhojae
committed
빌드명령어 수정
1 parent 6e75a4d commit f0f2904

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
@@ -30,7 +30,7 @@ jobs:
3030
echo "VITE_GA_MEASUREMENT_ID=${{ secrets.VITE_GA_MEASUREMENT_ID }}" > .env
3131
3232
- name: Run build
33-
run: npm run build --mode production --verbose # 프로젝트에 맞는 빌드 명령어
33+
run: npm run build # 프로젝트에 맞는 빌드 명령어
3434

3535
- name: Docker build & push
3636
run: |

0 commit comments

Comments
 (0)