@getik-public/cli 1.4.0 → 1.4.1

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,14 +1,13 @@
1
1
  {
2
2
  "name": "@getik-public/cli",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
7
  "main": "index.js",
8
- "scripts": {
9
- },
8
+ "scripts": {},
10
9
  "bin": {
11
- "getik-cli": "./bin/index.js"
10
+ "getik-cli": "bin/index.js"
12
11
  },
13
12
  "type": "module",
14
13
  "description": "Getik CLI",
@@ -601,6 +601,11 @@ export const mobileBuild = () => {
601
601
  } else if (options.platform === 'ios') {
602
602
  checkSensitiveDataJsonFile();
603
603
  applyVersionForIos(versions);
604
+ } else {
605
+ checkKeystorePropertiesFile();
606
+ applyVersionForAndroid(versions);
607
+ checkSensitiveDataJsonFile();
608
+ applyVersionForIos(versions);
604
609
  }
605
610
  applyPatchersForExternalNpmPackages().then(() => {
606
611
  runCliCommand(cliCommands.buildAngular, function() {