Skip to content

Commit 800e6cb

Browse files
committed
fix: add missing build and back sdk command
1 parent f709b0a commit 800e6cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,8 @@ jobs:
778778
- advanced-checkout/shallow-checkout
779779
- install_node_modules:
780780
app-dir: << parameters.working_directory >>
781-
781+
- build_and_pack_sdk:
782+
working_directory: << parameters.working_directory >>
782783
# Build Android app
783784
- run:
784785
name: Build Android

0 commit comments

Comments
 (0)