Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guanzi008 authored Dec 6, 2023
1 parent 27d4af4 commit 36f2482
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
cd memos/web
corepack enable
npm install -g pnpm
npm install -g pnpm --force
pnpm i --frozen-lockfile
pnpm type-gen
pnpm build
Expand All @@ -54,7 +54,7 @@ jobs:
run: |
cd memos/web
corepack enable
npm install -g pnpm
npm install -g pnpm --force
pnpm i --frozen-lockfile
pnpm type-gen
pnpm build
Expand Down

0 comments on commit 36f2482

Please sign in to comment.