@mintlify/cli 4.0.775 → 4.0.777

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mintlify/cli",
3
- "version": "4.0.775",
3
+ "version": "4.0.777",
4
4
  "description": "The Mintlify CLI",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -40,10 +40,10 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@mintlify/common": "1.0.580",
43
- "@mintlify/link-rot": "3.0.719",
43
+ "@mintlify/link-rot": "3.0.720",
44
44
  "@mintlify/models": "0.0.235",
45
- "@mintlify/prebuild": "1.0.706",
46
- "@mintlify/previewing": "4.0.755",
45
+ "@mintlify/prebuild": "1.0.707",
46
+ "@mintlify/previewing": "4.0.756",
47
47
  "@mintlify/validation": "0.1.504",
48
48
  "chalk": "^5.2.0",
49
49
  "color": "^4.2.3",
@@ -78,5 +78,5 @@
78
78
  "vitest": "^2.0.4",
79
79
  "vitest-mock-process": "^1.0.4"
80
80
  },
81
- "gitHead": "d24a7506b0477ac367cc6b501035d9b159c105fc"
81
+ "gitHead": "6b10b99e52724a23d7bca0c7f81fd6eed8a678a0"
82
82
  }
package/src/cli.tsx CHANGED
@@ -178,7 +178,7 @@ export const cli = ({ packageName = 'mint' }: { packageName?: string }) => {
178
178
  await terminate(1);
179
179
  }
180
180
 
181
- await terminate(0);
181
+ await terminate(1);
182
182
  }
183
183
  )
184
184
  .command(