Fix pipelines
This commit is contained in:
parent
1e944f3c1b
commit
06e1b9f3a9
|
|
@ -21,6 +21,7 @@ aliases:
|
||||||
- &lint
|
- &lint
|
||||||
name: lint
|
name: lint
|
||||||
script:
|
script:
|
||||||
|
- npm install --prefix client
|
||||||
- npm run lint --prefix client
|
- npm run lint --prefix client
|
||||||
- &unittest-python
|
- &unittest-python
|
||||||
name: run python unit tests
|
name: run python unit tests
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue