Skip to content

Commit

Permalink
chore(cd/vercel): update
Browse files Browse the repository at this point in the history
  • Loading branch information
dc7devs committed May 15, 2024
1 parent 0dd3359 commit 6d17111
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:

- name: Install PNPM
run: npm i -g pnpm

- name: Setup pnpm
run: pnpm setup

- name: Install vercel CLI
run: |
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/cd_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:

- name: Install PNPM
run: npm i -g pnpm

- name: Setup pnpm
run: pnpm setup

- name: Install vercel CLI
run: |
Expand Down

0 comments on commit 6d17111

Please sign in to comment.