Skip to content

Commit

Permalink
Add pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored Sep 11, 2024
1 parent dbb6bd2 commit 0274d9a
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,9 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install dependencies
run: pnpm install

- name: Build
run: yarn build

- name: Prepare Project Config
run: |
mv dist build
mv vercel.json build/
- uses: pnpm/action-setup@v4
with:
version: 9

- uses: darwinia-network/devops/actions/smart-vercel@main
name: Deploy to Vercel
Expand Down

0 comments on commit 0274d9a

Please sign in to comment.