Skip to content

Commit

Permalink
ci: ignore type-check
Browse files Browse the repository at this point in the history
  • Loading branch information
e7h4n committed Dec 6, 2024
1 parent d9fa790 commit d170f37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"test:unit": "vitest --run --coverage",
"test:lint": "eslint .",
"test:format": "prettier '**/*.{js,json,md,ts,tsx,md,mdx}' --list-different",
"test:type": "pnpm -F '*' tsc --noEmit",
"test:bench": "vitest bench --run",
"test:e2e": "playwright test e2e",
"build": "pnpm '/^build:.*/'",
Expand Down Expand Up @@ -71,4 +70,4 @@
"vite": "^6.0.3",
"vitest": "^2.1.5"
}
}
}

0 comments on commit d170f37

Please sign in to comment.