From 1a352df8ab14191d56cbf0d53242b99f7c3dc90b Mon Sep 17 00:00:00 2001 From: LFades Date: Tue, 8 Feb 2022 18:48:30 -0500 Subject: [PATCH] Fix turbo dev script --- package.json | 1 + turbo.json | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 0dd8c5138..8b70ce138 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "scripts": { "build": "turbo run build", "dev": "turbo run dev", + "start": "turbo run start", "prettier-fix": "prettier --write ." }, "devDependencies": { diff --git a/turbo.json b/turbo.json index cbe9c438b..ccd7d3567 100644 --- a/turbo.json +++ b/turbo.json @@ -22,10 +22,6 @@ "dev": { "cache": false }, - "next-commerce#dev": { - "dependsOn": ["^dev"], - "cache": false - }, "start": { "cache": false }