diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 46fa3a1..3128cf4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,18 +26,6 @@ jobs: - name: Install dependencies run: npm ci - - name: Run linter - run: npm run lint - - - name: "Run type check: cli" - run: npm -w packages/cli run typecheck - - - name: "Run type check: ui" - run: npm -w packages/ui run typecheck - - - name: Run tests - run: npm test - - name: Build package run: npm run build