Skip to content

Commit c1c4746

Browse files
author
Mickael Dumand
committed
cleanup
1 parent a0148b1 commit c1c4746

File tree

4 files changed

+3
-41
lines changed

4 files changed

+3
-41
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
22
build
3+
api-google-service_account.json

README copy.md

-39
This file was deleted.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ yarn add @getluko/android-rollout-node --dev
1313
2. Run the script
1414

1515
```
16-
npx android-rollout-node com.package.app production ./android/app/apiKeyFile.json
16+
npx android-rollout-node com.package.app production ./api-google-service_account.json
1717
```

src/execAndroidRollout.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { incrementAndroidRollout } from "./incrementAndroidRollout";
22

3-
// npx ts-node -T scripts/google/execAndroidRollout.ts com.package.name production ./android/app/apiKeyFile.json
3+
// npx ts-node -T scripts/google/execAndroidRollout.ts com.package.name production ./api-google-service_account.json
44
const packageName: string = process.argv[2];
55
const track: string = process.argv[3];
66
const keyFile: string = process.argv[4];

0 commit comments

Comments
 (0)