From 16612bc033ddfc8f98b73eb0a9a7e5d128b6ab48 Mon Sep 17 00:00:00 2001 From: Merel Jossart Date: Tue, 3 Mar 2026 09:26:07 +0100 Subject: [PATCH] Test deploy --- bitbucket-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) 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