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: