diff --git a/.github/workflows/nextjs-lint-build.yml b/.github/workflows/nextjs-lint-build.yml index 24df56f..df105ab 100644 --- a/.github/workflows/nextjs-lint-build.yml +++ b/.github/workflows/nextjs-lint-build.yml @@ -32,6 +32,4 @@ jobs: run: npm run build - name: TypeScript type check - if: always() && fileExists('tsconfig.json') run: npm run type-check -g \ No newline at end of file