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 6e75a4d commit f0f2904Copy full SHA for f0f2904
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
echo "VITE_GA_MEASUREMENT_ID=${{ secrets.VITE_GA_MEASUREMENT_ID }}" > .env
31
32
- name: Run build
33
- run: npm run build --mode production --verbose # 프로젝트에 맞는 빌드 명령어
+ run: npm run build # 프로젝트에 맞는 빌드 명령어
34
35
- name: Docker build & push
36
run: |
0 commit comments