Skip to content

Commit 2ab052b

Browse files
authored
Merge pull request #141 from Soohyuniii/fix/production-mode
fix: ci 설정
2 parents 1ddc337 + 8cb17bd commit 2ab052b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121

2222
- name: Create .env.production file
2323
run: |
24-
echo "NODE_ENV=production" > .env.production
25-
echo "MODE=production" >> .env.production
24+
echo "MODE=production" > .env.production
2625
echo "VITE_GA_MEASUREMENT_ID=${{ secrets.VITE_GA_MEASUREMENT_ID }}" >> .env.production
2726
2827
- name: Install dependencies

0 commit comments

Comments
 (0)