From b3548cf9a02a41be5dfde9a27154c164eb83bc8b Mon Sep 17 00:00:00 2001 From: Francis Dinh Date: Fri, 26 Aug 2022 15:33:39 -0400 Subject: [PATCH] fix typo in ci --- .woodpecker/lint-backend.yml | 2 +- .woodpecker/lint-client.yml | 2 +- .woodpecker/lint-foundkey-js.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker/lint-backend.yml b/.woodpecker/lint-backend.yml index 65b51497a..5690d99ae 100644 --- a/.woodpecker/lint-backend.yml +++ b/.woodpecker/lint-backend.yml @@ -19,4 +19,4 @@ pipeline: - pull_request image: node:18.6.0 commands: - - yarn workspaces backend run lint + - yarn workspace backend run lint diff --git a/.woodpecker/lint-client.yml b/.woodpecker/lint-client.yml index ce3faeb49..feb910081 100644 --- a/.woodpecker/lint-client.yml +++ b/.woodpecker/lint-client.yml @@ -19,4 +19,4 @@ pipeline: - pull_request image: node:18.6.0 commands: - - yarn workspaces client run lint + - yarn workspace client run lint diff --git a/.woodpecker/lint-foundkey-js.yml b/.woodpecker/lint-foundkey-js.yml index 6912626f7..ce8162209 100644 --- a/.woodpecker/lint-foundkey-js.yml +++ b/.woodpecker/lint-foundkey-js.yml @@ -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