@blocklet/component-studio-cli 0.4.155 → 0.4.157

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -107,7 +107,7 @@ export async function installDependencies(dirs, operation = 'install') {
107
107
  let errorOutput = '';
108
108
  const depProcess = spawn('pnpm', ['update:deps'], {
109
109
  cwd: dirPath,
110
- stdio: 'inherit',
110
+ stdio: ['inherit', 'pipe', 'pipe'], // 将 stdout 和 stderr 设为 pipe
111
111
  env: {
112
112
  ...process.env,
113
113
  NODE_ENV: 'development',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/component-studio-cli",
3
- "version": "0.4.155",
3
+ "version": "0.4.157",
4
4
  "description": "CLI for Component Studio",
5
5
  "publishConfig": {
6
6
  "access": "public"