@dxtmisha/scripts 0.5.7 → 0.5.8

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@dxtmisha/scripts",
3
3
  "private": false,
4
- "version": "0.5.7",
4
+ "version": "0.5.8",
5
5
  "type": "module",
6
6
  "description": "Development scripts and CLI tools for DXT UI projects - automated component generation, library building and project management tools",
7
7
  "keywords": [
@@ -87,6 +87,10 @@ export class BuildItem {
87
87
  this.resetViteConfig()
88
88
  this.readAndWriteALlFiles()
89
89
 
90
+ if (!status) {
91
+ process.exit(601)
92
+ }
93
+
90
94
  return status
91
95
  }
92
96
 
@@ -169,7 +173,6 @@ ${content}
169
173
  return true
170
174
  } catch (error) {
171
175
  console.error('Error', error)
172
- process.exit(601)
173
176
  }
174
177
 
175
178
  return false