Skip to content

Commit 8cb17bd

Browse files
committed
fix: ci 설정
1 parent 752d2df commit 8cb17bd

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)