From 8c00f6e89dc05d9a60c138ee5a51b4724f2631bd Mon Sep 17 00:00:00 2001 From: vagnerbarbosant Date: Thu, 2 May 2024 11:28:30 -0300 Subject: [PATCH] feat(natds-react): update setup.sh affects: @naturacosmeticos/natds-react DSY-4188 --- .cicd/setup.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.cicd/setup.sh b/.cicd/setup.sh index 1f1aac77f3..b374a48ff7 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