Skip to content

Commit

Permalink
fix: prod build pipeline use environment.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelsc committed Feb 3, 2025
1 parent 9f5f4e6 commit e5156a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
run: |
npm install @ionic/cli@6.20.4 native-run@1.3.0
npm install
- name: Rename environment.ts to environment.prod.ts
run: |
mv src/environments/environment.ts src/environments/environment.prod.ts
- name: Build
run: |
Expand Down

0 comments on commit e5156a9

Please sign in to comment.