diff --git a/package.json b/package.json index 051c5e784..26e5b57f5 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "format": "prettier --write \"**/*.{js,jsx,cjs,mjs,ts,tsx,cts,mts,mdx}\"", "prepare": "husky install", "commitlint": "commitlint --edit", - "ci": "turbo run test:e2e lint", + "ci": "turbo run test:e2e", "clean": "turbo run clean && rimraf node_modules" }, "engines": {