Skip to content

Commit

Permalink
fix: run error
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhburade committed Dec 15, 2024
1 parent dfe429e commit d634ed4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/updateL2Data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jobs:
cache: 'pnpm'

- name: Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile

- name: Build packages
run: pnpm build:dependencies


- name: Fetch and save L2s data
run: cd packages/config && pnpm install && pnpm layer2-details && pnpm DA-details
run: cd packages/config && pnpm install --no-frozen-lockfile && pnpm layer2-details && pnpm DA-details



Expand Down

0 comments on commit d634ed4

Please sign in to comment.