Skip to content

Commit

Permalink
ci: fix pnpm run parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis authored Feb 6, 2025
1 parent dd49436 commit 2feb2f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ jobs:
project_id: ${{ secrets.PROJECT_ID }}
firebase_config: ${{ secrets.FIREBASE_CONFIG }}
preview: 'yes'
build_command: pnpm run build -- --mode dev
build_command: pnpm run build --mode dev
repo_token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
service_account_email: ${{ secrets.SERVICE_ACCOUNT_EMAIL }}
project_id: ${{ secrets.PROJECT_ID }}
firebase_config: ${{ secrets.FIREBASE_CONFIG }}
build_command: pnpm run build -- --mode production
build_command: pnpm run build --mode production

notify:
name: Notifications
Expand Down

0 comments on commit 2feb2f5

Please sign in to comment.