Skip to content

Commit ed66516

Browse files
authored
Merge pull request #4 from Wolox/custom-cra
Change cra
2 parents 3242670 + 1720a50 commit ed66516

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

run.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ elif ! system_has yarn; then
2525
fi
2626

2727
yarn global add create-react-app --prefix /usr/local
28-
create-react-app $1
29-
#! create-react-app $2 --scripts-version mycompany-react-scripts
28+
create-react-app $1 --scripts-version wolox-react-scripts
3029
cd $1/
3130
yarn global add yo generator-react-bootstrap > /dev/null 2>&1
3231
yo react-bootstrap

0 commit comments

Comments
 (0)