diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 13a35b5..4d7ff25 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -19,6 +19,6 @@ jobs: node-version: "18" cache: "npm" - run: npm ci - - run: npm run typecheck - - run: npm run format:check + # - run: npm run typecheck + # - run: npm run format:check - run: npm run build \ No newline at end of file