Workspaces refactor #86

Merged
norm merged 189 commits from refactor/workspaces into main 2022-08-28 14:46:45 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit b3548cf9a0 - Show all commits

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