diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1810c36425..445f0b1af7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -58,10 +58,6 @@ jobs: run: npm run format if: ${{ !cancelled() }} - - name: Run tsc - run: npm run check - if: ${{ !cancelled() }} - - name: Run build run: npm run build if: ${{ !cancelled() }} diff --git a/docs/package.json b/docs/package.json index e9c7d540f3..5639cd830b 100644 --- a/docs/package.json +++ b/docs/package.json @@ -13,8 +13,7 @@ "clear": "docusaurus clear", "serve": "docusaurus serve", "write-translations": "docusaurus write-translations", - "write-heading-ids": "docusaurus write-heading-ids", - "check": "tsc" + "write-heading-ids": "docusaurus write-heading-ids" }, "dependencies": { "@docusaurus/core": "^2.4.3",