Skip to content

Commit

Permalink
[fix] 패키지젣이선 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
lybell-art committed Aug 23, 2024
1 parent 633485a commit 808ce1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy_preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
run: npm install -g vercel
- name: deploy to vercel as preview
run: |
npm install
cd ./packages/mainPage
vercel pull --yes --token=${{ secrets.VERCEL_TOKEN }}
vercel build --token=${{ secrets.VERCEL_TOKEN }}
vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }}

0 comments on commit 808ce1e

Please sign in to comment.