From 53d051b3e803032f965563b6249a03d526ec9b03 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sat, 21 Nov 2020 11:17:44 +0900 Subject: [PATCH] Update dev-image.yml --- .github/workflows/dev-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev-image.yml b/.github/workflows/dev-image.yml index b88e1c10..c551571a 100644 --- a/.github/workflows/dev-image.yml +++ b/.github/workflows/dev-image.yml @@ -35,5 +35,5 @@ jobs: - run: make build - run: make cirun cmd="npm ci" # - run: make ciall - - run: make cirun cmd="npm format:check" - - run: make cirun cmd="npm lint" + - run: make cirun cmd="npm run format:check" + - run: make cirun cmd="npm run lint"