diff --git a/packages/webpack5/project.json b/packages/webpack5/project.json index 789c0ceff..83542cad0 100644 --- a/packages/webpack5/project.json +++ b/packages/webpack5/project.json @@ -15,7 +15,7 @@ "executor": "nx:run-commands", "outputs": ["{workspaceRoot}/dist/packages"], "options": { - "command": "npx zx ./tools/scripts/pack-webpack5.mjs" + "command": "echo \"Omitting Webpack5 build\"" } } }