Skip to content

Commit

Permalink
Update GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
incorbador committed Nov 28, 2023
1 parent 5c9909f commit 890bd05
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
cd playground/react-sdk-example
npm install
npx yalc add @corbado/web-core
npx yalc add @corbado/web-core && npx yalc add @corbado/react-sdk
npm run build
npx vercel deploy --token ${{ secrets.VERCEL_TOKEN }} --prod
env:
Expand Down
7 changes: 2 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions playground/react-sdk-example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 890bd05

Please sign in to comment.