Skip to content

Commit

Permalink
ci(circleci): check that js-compute is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
trieloff committed Nov 29, 2023
1 parent de9438a commit 1f39c12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ jobs:
name: revert changes to package-lock.json
command: git checkout -- package-lock.json

- run: npm ls @fastly/js-compute

- run:
name: Package and Branch Deployment
command: HLX_FASTLY_AUTH=$HLX_FASTLY_CI_AUTH HLX_FASTLY_SVC=$HLX_FASTLY_CI_ID npm run deploy
Expand Down

0 comments on commit 1f39c12

Please sign in to comment.