@mpxjs/mpx-cli-service 2.1.9 → 2.1.10

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.
@@ -98,5 +98,8 @@ if (targets.length === 1) {
98
98
  logUpdate.render(chunks.join('\n\n'))
99
99
  }
100
100
  })
101
+ ls.on('exit', (exitCode) => {
102
+ if (exitCode !== 0) process.exitCode = exitCode
103
+ })
101
104
  })
102
105
  }
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@mpxjs/mpx-cli-service",
3
- "version": "2.1.9",
3
+ "version": "2.1.10",
4
4
  "description": "local service for mpx-cli project",
5
5
  "main": "lib/Service.js",
6
6
  "bin": {
7
7
  "mpx-cli-service": "bin/mpx-cli-service.js"
8
8
  },
9
9
  "dependencies": {
10
- "@mpxjs/cli-shared-utils": "^2.1.9",
10
+ "@mpxjs/cli-shared-utils": "^2.1.10",
11
11
  "@vue/cli-service": "^5.0.0",
12
12
  "@vue/cli-shared-utils": "^5.0.4",
13
13
  "minimist": "^1.2.5"