File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ parameters:
4343 description : Stores detox artifacts at CircleCI
4444 type : string
4545 default : " "
46- on_after_initialize :
46+ should_on_after_initialize :
4747 description : Set this to true if you want to run a custom shell command right after yarn install. Provide the command in on_after_initialize_command
4848 type : boolean
4949 default : false
6464 node_version : <<parameters.node_version>>
6565 - yarn_install
6666 - when :
67- condition : <<parameters.on_after_initialize >>
67+ condition : <<parameters.should_on_after_initialize >>
6868 steps :
6969 - run :
7070 name : " on_after_initialize"
8585 condition : <<parameters.store_artifact_path>>
8686 steps :
8787 - store_artifacts :
88- path : <<parameters.store_artifact_path>>
88+ path : <<parameters.store_artifact_path>>
You can’t perform that action at this time.
0 commit comments