diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 2034519c..1597b80f 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -30,3 +30,7 @@ pipelines: - sh ./bitbucket_pipelines_build_frontend.sh # Deploy to production - dep deploy production -vv + +definitions: + caches: + node: frontend/node_modules