Skip to content

Commit

Permalink
adjusting sending to cf-5
Browse files Browse the repository at this point in the history
  • Loading branch information
wkelly17 committed Dec 7, 2023
1 parent 2902714 commit 5c8035d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
Install JS dependencies and build
# ADD YOUR CUSTOM DEPENDENCY UPGRADE COMMANDS BELOW
run: |
npx ci && npx ionic build && npx cap copy
npm ci && npx ionic build && npx cap copy
env:
VITE_POLICY_KEY: ${{ secrets.VITE_POLICY_KEY }}
VITE_BC_ACCOUNT_ID: ${{ secrets.VITE_BC_ACCOUNT_ID }}
Expand Down

0 comments on commit 5c8035d

Please sign in to comment.