diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 7f760d5..279fa09 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -29,7 +29,7 @@ jobs: run: npm run build if: always() - name: linting typescript - run: npm run types-check + run: npm run type-check if: always() - name: linting css run: npm run stylelint \ No newline at end of file