Skip to content

Commit

Permalink
build in production mode
Browse files Browse the repository at this point in the history
  • Loading branch information
wp99cp committed Jan 7, 2024
1 parent 07a606f commit afee56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci && npm run build
- run: npm ci && npm run build -- --prod
working-directory: matraum-app
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down

0 comments on commit afee56d

Please sign in to comment.