pnpm start in EW should start dependencies also (#33761)
This commit is contained in:
committed by
GitHub
parent
3dcd2ddaa0
commit
702bd7a5a4
@@ -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" }
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user