From 72e88356458d7eece654c73d89696bc904fe4548 Mon Sep 17 00:00:00 2001 From: Francois Lannoy Date: Sun, 17 Jan 2021 17:31:32 +0100 Subject: [PATCH] :green_heart: node_module isnt found --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 935b372..665d470 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -56,6 +56,7 @@ jobs: - restore_cache: keys: - dependencies-{{ checksum "package.json" }}-{{ .Environment.CACHE_VERSION }} + - run: npm install - run: npm run build - run: name: Copy build to workspace