From c591628e09bb7c4a48e3804b20d07e15596c3c27 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Thu, 28 Mar 2024 12:50:37 +0100 Subject: [PATCH] Fix typo in bitbucket-pipelines --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 37d9523a..417a1afc 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -25,7 +25,7 @@ definitions: script: - npm install --prefix client - npm run lint --prefix client - - npx run codegen # this will exit with an error code if errors are found, we can ignore the generated files + - npm run codegen --prefix client # this will exit with an error code if errors are found, we can ignore the generated files - &unittest-python name: run python unit tests caches: