From 1f39c12e7e14b82874896c52bc7dce60e483c431 Mon Sep 17 00:00:00 2001 From: Lars Trieloff Date: Wed, 29 Nov 2023 13:12:19 +0100 Subject: [PATCH] ci(circleci): check that js-compute is installed --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index fe31774..5e6089f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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