From 2afe8ecef0ebb92b2e01cdb690b0dedf33d280d7 Mon Sep 17 00:00:00 2001 From: Catalin Pit Date: Sat, 30 Sep 2023 19:27:42 +0100 Subject: [PATCH] ci: update ci command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {