From a2d2a4234e9d9c806eb21cf9c0289c9d7e8f53cb Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Sat, 16 Sep 2023 01:33:30 +0000 Subject: [PATCH] fix: node_modules isn't available with yarn install --- .drone.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5039719..590a1bb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,7 +21,6 @@ steps: cache_key: '{{ .Repo.Name }}-{{ checksum ".tool-versions" }}-{{ checksum "yarn.lock" }}' endpoint: minio:9000 mount: - - .node_modules - .yarn path_style: true region: us-east-1 @@ -48,7 +47,6 @@ steps: endpoint: minio:9000 exit_code: true mount: - - node_modules - .yarn path_style: true rebuild: true