6 lines
84 B
Bash
6 lines
84 B
Bash
|
if [[ -z $CLUSTER_MODE ]]; then
|
||
|
yarn run:docker
|
||
|
else
|
||
|
yarn run:docker:cluster
|
||
|
fi
|