Skip to content

Commit

Permalink
Fixed prod build script
Browse files Browse the repository at this point in the history
  • Loading branch information
meleongg committed Nov 24, 2023
1 parent 160bf55 commit 40fc3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
REACT_APP_FIREBASE_MESSAGING_SENDER_ID: ${{ secrets.FIREBASE_MESSAGING_SENDER_ID }}
REACT_APP_FIREBASE_APP_ID: ${{ secrets.FIREBASE_APP_ID }}
REACT_APP_FIREBASE_MEASUREMENT_ID: ${{ secrets.FIREBASE_MEASUREMENT_ID }}
run: npm run build:prod
run: npm run build

- name: Deploy to dev firebase project
if: ${{ env.IS_PRODUCTION == 'false' }}
Expand Down

0 comments on commit 40fc3f2

Please sign in to comment.