Skip to content

Commit

Permalink
苦肉の策
Browse files Browse the repository at this point in the history
  • Loading branch information
calloc134 committed Feb 8, 2025
1 parent af85b7a commit b66ea92
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@ jobs:
with:
node-version: 20
cache: "pnpm"
cache-dependency-path: "pnpm-lock.yaml"

# 依存関係のインストール
- name: install dependencies
run: pnpm install --frozen-lockfile
run: pnpm install --no-frozen-lockfile
working-directory: packages/howreactworks/docs

- name: Build
Expand Down

0 comments on commit b66ea92

Please sign in to comment.