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.
2 parents 2ff38fd + 1573bae commit d4cf17cCopy full SHA for d4cf17c
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Create .env.production file
23
run: |
24
echo "NODE_ENV=production" > .env.production
25
- echo "MODE=production" > .env.production
+ echo "MODE=production" >> .env.production
26
echo "VITE_GA_MEASUREMENT_ID=${{ secrets.VITE_GA_MEASUREMENT_ID }}" >> .env.production
27
28
- name: Install dependencies
0 commit comments