diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9046706..f58a983 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,4 +41,4 @@ jobs: role-duration-seconds: 1000 aws-region: us-east-1 - name: Deploy to AWS - run: pnpx sst deploy --stage production + run: pnpm sst deploy --stage production