fix typo in ci

This commit is contained in:
Norm 2022-08-26 15:33:39 -04:00
parent 6bb3f39c36
commit b3548cf9a0
Signed by untrusted user: norm
GPG key ID: 7123E30E441E80DE
3 changed files with 3 additions and 3 deletions

View file

@ -19,4 +19,4 @@ pipeline:
- pull_request
image: node:18.6.0
commands:
- yarn workspaces backend run lint
- yarn workspace backend run lint

View file

@ -19,4 +19,4 @@ pipeline:
- pull_request
image: node:18.6.0
commands:
- yarn workspaces client run lint
- yarn workspace client run lint

View file

@ -19,4 +19,4 @@ pipeline:
- pull_request
image: node:18.6.0
commands:
- yarn workspaces foundkey-js run lint
- yarn workspace foundkey-js run lint