Skip to content

Commit

Permalink
remove pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
thedaviddias committed Jul 26, 2022
1 parent a3b7dab commit 0860ba4
Show file tree
Hide file tree
Showing 7 changed files with 14,835 additions and 5,238 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/deploy-vercel-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
with:
node-version: '${{ steps.nvmrc.outputs.version }}'

- name: Install pnpm
uses: pnpm/action-setup@v2.2.2
id: pnpm-install
with:
version: 7
run_install: false
# - name: Install pnpm
# uses: pnpm/action-setup@v2.2.2
# id: pnpm-install
# with:
# version: 7
# run_install: false

# - name: Get pnpm store directory
# id: pnpm-cache
Expand All @@ -43,10 +43,10 @@ jobs:
# ${{ runner.os }}-pnpm-store-

- name: Install dependencies
run: pnpm install
run: npm install

- name: Build
run: pnpm run build
run: npm run build

- name: Vercel deployment
uses: amondnet/vercel-action@v20
Expand Down
Loading

0 comments on commit 0860ba4

Please sign in to comment.