Fix typo in bitbucket-pipelines

This commit is contained in:
Ramon Wenger 2024-03-28 12:50:37 +01:00
parent afea2a4432
commit c591628e09
1 changed files with 1 additions and 1 deletions

View File

@ -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: