diff --git a/apps/web/project.json b/apps/web/project.json index ce1ef767be..abb5fc4757 100644 --- a/apps/web/project.json +++ b/apps/web/project.json @@ -26,7 +26,7 @@ }, "start": { "command": "webpack-dev-server --output-path webapp --output-filename=bundles/_dev_/[name].js --output-chunk-filename=bundles/_dev_/[name].js --mode development", - "dependsOn": ["prebuild:module_system", "prebuild:rethemendex"], + "dependsOn": ["prebuild:module_system", "prebuild:rethemendex", "^start"], "continuous": true, "options": { "cwd": "apps/web" } },