Add codegen step to js-test pipelines
This commit is contained in:
parent
0c40bb9341
commit
dd24186fd5
|
|
@ -77,6 +77,7 @@ js-tests: &js-tests
|
||||||
- cd client
|
- cd client
|
||||||
- pwd
|
- pwd
|
||||||
- npm install
|
- npm install
|
||||||
|
- npm run codegen
|
||||||
- npm test
|
- npm test
|
||||||
|
|
||||||
js-linting: &js-linting
|
js-linting: &js-linting
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue