Add codegen step to js-test pipelines

This commit is contained in:
Daniel Egger 2023-10-14 19:20:14 +02:00
parent 0c40bb9341
commit dd24186fd5
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ js-tests: &js-tests
- cd client
- pwd
- npm install
- npm run codegen
- npm test
js-linting: &js-linting