Skip to content

Commit

Permalink
fix deps for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
netbonus committed Oct 22, 2024
1 parent 5a105b3 commit 4564e3c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
version: 8

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

- name: Run linter
run: pnpm run lint
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
version: 8

- name: Install dependencies for SDK
run: pnpm install --frozen-lockfile
run: pnpm install

- name: Install dependencies for Docs
run: pnpm install --frozen-lockfile
run: npm ci
working-directory: ./docs

- name: Build project
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
version: 8

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

- name: Build project
run: pnpm run build
Expand Down
1 change: 0 additions & 1 deletion forge/lib/openzeppelin-contracts
Submodule openzeppelin-contracts deleted from dbb610

0 comments on commit 4564e3c

Please sign in to comment.