Skip to content

Commit

Permalink
修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Keito654 committed Apr 26, 2024
1 parent cc55abf commit 0c17ed1
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 @@ -28,9 +28,8 @@ jobs:
uses: pnpm/action-setup@v3
with:
version: 9.0.6
package_json_file: "../../package.json"
- name: install
run: pnpm install
run: pnpm install --no-frozen-lockfile

- name: pnpm build
run: pnpm build
Expand Down

0 comments on commit 0c17ed1

Please sign in to comment.