Skip to content

Commit

Permalink
Fix syntax for running npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasnaphas committed Aug 10, 2023
1 parent cd4e3ab commit ba8bd57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Deploy the app stack to the test account
working-directory: infra
run: |
npm deploy-app-stack
npm run deploy-app-stack
- name: Deploy content (test account)
working-directory: content
run: |
Expand Down

0 comments on commit ba8bd57

Please sign in to comment.