From 00906d95644b86d2868b95c48477fb3515bb076b Mon Sep 17 00:00:00 2001 From: gbuomprisco Date: Mon, 7 Oct 2024 18:34:29 +0200 Subject: [PATCH] Remove "dev:web" command in favour of "dev" --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 6c8f9a732..df66a8b56 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,6 @@ "clean": "git clean -xdf node_modules dist .next", "clean:workspaces": "turbo clean", "dev": "cross-env FORCE_COLOR=1 turbo dev --parallel", - "dev:web": "turbo dev --parallel", "format": "turbo format --cache-dir=.turbo --continue -- --cache --cache-location='node_modules/.cache/.prettiercache' --ignore-path='../../.gitignore'", "format:fix": "turbo format --cache-dir=.turbo --continue -- --write --cache --cache-location='node_modules/.cache/.prettiercache' --ignore-path='../../.gitignore'", "lint": "turbo lint --cache-dir=.turbo --continue -- --cache --cache-location 'node_modules/.cache/.eslintcache' && manypkg check",