Skip to content

Commit

Permalink
chore: fix package-lock (#3379)
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan662 authored Oct 3, 2024
1 parent 4be6b54 commit 65480e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
- name: Install for root and for e2e
run: |
pnpm install --ignore-workspace
pnpm install --no-frozen-lockfile --filter='./e2e'
pnpm install --filter='./e2e'
- name: Create branch
run: git checkout -b test.$(git ls-files -s packages | git hash-object --stdin)
Expand Down
15 changes: 0 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 65480e4

Please sign in to comment.