Skip to content

Commit ee74eb8

Browse files
committed
Fix bug
1 parent 5e1f656 commit ee74eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
7070
- run:
7171
name: Android build
72-
command: node ./dist/src/bin.js android setting.json
72+
command: ts-node ./src/bin.ts android setting.json
7373

7474
rn-init:
7575
docker:

0 commit comments

Comments
 (0)