diff --git a/.cicd/setup.sh b/.cicd/setup.sh index 1f1aac77f..b374a48ff 100644 --- a/.cicd/setup.sh +++ b/.cicd/setup.sh @@ -1,9 +1,10 @@ #!/bin/bash set -e - + if [ -z $(./.cicd/skip-commit.sh) ]; then bash .cicd/configure-git.sh - - yarn install + + yarn add react react-dom + yarn build fi