@cabloy/cli 3.0.55 → 3.0.56

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.
@@ -186,7 +186,8 @@ export class LocalHelper {
186
186
  return file;
187
187
  }
188
188
  async invokeCli(args, options) {
189
- await this.processHelper.spawnExe({
189
+ // tsx: spawnCmd, node: spawnExe
190
+ await this.processHelper.spawnCmd({
190
191
  cmd: 'tsx',
191
192
  args: [this.parseBrandPath()].concat(args),
192
193
  // cmd: 'node',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cabloy/cli",
3
3
  "type": "module",
4
- "version": "3.0.55",
4
+ "version": "3.0.56",
5
5
  "description": "@cabloy/cli",
6
6
  "publishConfig": {
7
7
  "access": "public"