From dd24186fd517d9df1d3d45ce5a8ac86b2ab4682f Mon Sep 17 00:00:00 2001 From: Daniel Egger Date: Sat, 14 Oct 2023 19:20:14 +0200 Subject: [PATCH] Add codegen step to js-test pipelines --- bitbucket-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 7f27808e..bc228bf0 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -77,6 +77,7 @@ js-tests: &js-tests - cd client - pwd - npm install + - npm run codegen - npm test js-linting: &js-linting