From 40b558f5550281c6907818fa7a11ef546d362d1a Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Thu, 8 Oct 2020 14:55:27 +0200 Subject: [PATCH] Update cache in pipelines definition --- bitbucket-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index cf3d5895..eb7c084d 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -19,13 +19,14 @@ definitions: caches: npm: $HOME/.npm cypress: $HOME/.cache/Cypress + clientmodules: client/node_modules aliases: - &lint name: lint caches: - - node + - clientmodules script: - npm install --prefix client - npm run lint --prefix client @@ -43,6 +44,7 @@ aliases: caches: - pip - node + - clientmodules - npm artifacts: - client/cypress/**/*.png