From beb6899ac62736a878f6d9814e1e4419bbf63d22 Mon Sep 17 00:00:00 2001 From: waldronmatt Date: Tue, 12 Sep 2023 16:27:40 -0400 Subject: [PATCH] ci(release.yml): change monorepo linting script to full linter cmd --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 94441458..815992cb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,8 +56,8 @@ jobs: - name: Build run: pnpm build:ci - - name: Lint Monorepo and Related Files - run: pnpm lint:js + - name: Lint Monorepo + run: pnpm lint:mr - name: Lint run: pnpm lint:ci