From a3f7abf94aaf7981db6c8d0bf71c9f9de783dc8c Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Wed, 26 Apr 2023 16:03:08 +0200 Subject: [PATCH] Add missing flag --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 4c6f9ce6..5eaad79d 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -93,7 +93,7 @@ definitions: - npm run dev --prefix client 2>&1 > /dev/null & - sleep 30 - curl http://localhost:8080/beta-login - - npm run currents + - npm run --prefix client currents - &jest-test name: run jest tests caches: