pnpm start in EW should start dependencies also (#33761)
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
},
|
},
|
||||||
"start": {
|
"start": {
|
||||||
"command": "webpack-dev-server --output-path webapp --output-filename=bundles/_dev_/[name].js --output-chunk-filename=bundles/_dev_/[name].js --mode development",
|
"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,
|
"continuous": true,
|
||||||
"options": { "cwd": "apps/web" }
|
"options": { "cwd": "apps/web" }
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user