Skip to content

Commit

Permalink
ci: make updateExampleAppDeps support with-localstorage
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Oct 9, 2023
1 parent e15f9fc commit d1c3a9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/updateExampleAppDeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

cd $1;
npm i;
npm install git+https://github.com:supertokens/supertokens-auth-react.git#$GITHUB_SHA;

if [ -d "frontend" ]; then
pushd frontend;
npm i;
npm install git+https://github.com:supertokens/supertokens-auth-react.git#$GITHUB_SHA;
grep supertokens-auth-react package.json && npm install git+https://github.com:supertokens/supertokens-auth-react.git#$GITHUB_SHA;
popd;
else
npm install git+https://github.com:supertokens/supertokens-auth-react.git#$GITHUB_SHA;
Expand Down

0 comments on commit d1c3a9c

Please sign in to comment.