Skip to content

Commit 1573bae

Browse files
committed
fix: ci 설정
1 parent 14840ce commit 1573bae

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
@@ -22,7 +22,7 @@ jobs:
2222
- name: Create .env.production file
2323
run: |
2424
echo "NODE_ENV=production" > .env.production
25-
echo "MODE=production" > .env.production
25+
echo "MODE=production" >> .env.production
2626
echo "VITE_GA_MEASUREMENT_ID=${{ secrets.VITE_GA_MEASUREMENT_ID }}" >> .env.production
2727
2828
- name: Install dependencies

0 commit comments

Comments
 (0)