Skip to content

Commit

Permalink
workflow fix for workspace dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
L03TJ3 committed Oct 18, 2023
1 parent b36ad92 commit 97a588d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
with:
node-version: 18
cache: yarn

# Force to take sdk package from npm instead of workspace version
- run: yarn add @gooddollar/goodcollective-sdk@latest --cwd packages/app/
- run: yarn install --immutable
- run: yarn vercel pull --yes --cwd packages/app/ --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
- run: yarn vercel build --cwd packages/app --token=${{ secrets.VERCEL_TOKEN }}
Expand Down

0 comments on commit 97a588d

Please sign in to comment.