Skip to content

Commit

Permalink
feat: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pomelo-nwu committed Sep 7, 2023
1 parent 5a17761 commit 703e32f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

# postInstall will build the product
- name: Install dependencies and Build the product
run: pnpm install
run: pnpm install --no-frozen-lockfile

- name: Workflow failed alert
if: ${{ failure() }}
Expand Down

0 comments on commit 703e32f

Please sign in to comment.