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