diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 69cdc1c..46fa3a1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,10 +29,10 @@ jobs: - name: Run linter run: npm run lint - - name: Run type check: cli + - name: "Run type check: cli" run: npm -w packages/cli run typecheck - - name: Run type check: ui + - name: "Run type check: ui" run: npm -w packages/ui run typecheck - name: Run tests