Skip to content

Commit

Permalink
feat(natds-react): update setup.sh
Browse files Browse the repository at this point in the history
affects: @naturacosmeticos/natds-react
DSY-4188
  • Loading branch information
vagnerbarbosant committed May 2, 2024
1 parent 1af4b0d commit 8c00f6e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .cicd/setup.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8c00f6e

Please sign in to comment.