Skip to content

Commit

Permalink
npx cdk not npm run cdk
Browse files Browse the repository at this point in the history
  • Loading branch information
hrodmn committed Feb 3, 2025
1 parent 07439a7 commit ed4c1b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ jobs:
uv run --only-group deploy npm install
- name: CDK Synth
run: uv run --only-group deploy npm run cdk -- synth
run: uv run --only-group deploy npx cdk -- synth

- name: CDK Deploy
run: |
uv run --only-group deploy npm run cdk -- deploy --require-approval never
uv run --only-group deploy npx cdk -- deploy --require-approval never

0 comments on commit ed4c1b5

Please sign in to comment.