diff --git a/package.json b/package.json index 822884638d..7b12711d08 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,7 @@ "private": true, "scripts": { "prepare": "husky", - "dev": "next dev", - "dev:turbo": "next dev --turbo", + "dev": "next dev --turbo", "build": "next build", "start": "next start", "type-check": "tsc --pretty --noEmit --incremental false",