Skip to content

Commit d4cf17c

Browse files
authored
Merge pull request #139 from Soohyuniii/fix/production-mode
fix: ci 설정
2 parents 2ff38fd + 1573bae commit d4cf17c

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)