diff --git a/package.json b/package.json index 21565fc..5c4160b 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "scripts": { "rebuild": "npm run --workspaces rebuild", - "watch": "concurrently --raw \"npm run --workspaces --if-present watch\" \"npm run --workspaces --if-present start\"", + "watch": "concurrently --raw \"npm run --workspaces --if-present watch\"", "clean": "npm run --workspaces clean", "lint-local": "eslint --max-warnings 0 .eslintrc.cjs", "lint-local-ide": "npm run lint-local || exit 0",