@multiplatform.one/cli
Advanced tools
Comparing version 1.0.25 to 1.0.26
{ | ||
"name": "@multiplatform.one/cli", | ||
"version": "1.0.25", | ||
"version": "1.0.26", | ||
"author": "BitSpur <support@bitspur.com> (https://bitspur.com)", | ||
@@ -54,3 +54,3 @@ "contributors": [ | ||
"typescript": "~5.3.3", | ||
"@multiplatform.one/utils": "^0.0.10" | ||
"@multiplatform.one/utils": "^0.0.11" | ||
}, | ||
@@ -57,0 +57,0 @@ "dependencies": { |
/* | ||
* File: /src/multiplatformOne.ts | ||
* File: /src/bin/multiplatformOne.ts | ||
* Project: @multiplatform.one/cli | ||
@@ -34,3 +34,3 @@ * File Created: 22-06-2024 14:17:12 | ||
.action(async (remote) => { | ||
await execa('sh', [path.resolve(path.dirname(fileURLToPath(import.meta.url)), '../scripts/init.sh'), remote], { | ||
await execa('sh', [path.resolve(path.dirname(fileURLToPath(import.meta.url)), '../../scripts/init.sh'), remote], { | ||
stdio: 'inherit', | ||
@@ -45,3 +45,3 @@ }); | ||
.action(async (remote) => { | ||
await execa('sh', [path.resolve(path.dirname(fileURLToPath(import.meta.url)), '../scripts/update.sh'), remote], { | ||
await execa('sh', [path.resolve(path.dirname(fileURLToPath(import.meta.url)), '../../scripts/update.sh'), remote], { | ||
stdio: 'inherit', | ||
@@ -48,0 +48,0 @@ }); |
Sorry, the diff of this file is not supported yet
17034