Skip to content

Commit

Permalink
chore: fix nexus import
Browse files Browse the repository at this point in the history
  • Loading branch information
joepegler committed Sep 3, 2024
1 parent 1a85cb6 commit 82a44d8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ runs:
- name: Set up foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Installs with yarn
shell: bash
run: yarn install

- name: Install dependencies
shell: bash
run: |
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"execa": "^9.3.1",
"get-port": "^7.1.0",
"gh-pages": "^6.1.1",
"nexus": "github:bcnmy/nexus#dev",
"nexus": "git@github.com:bcnmy/nexus.git#dev",
"prool": "^0.0.16",
"rimraf": "^5.0.5",
"simple-git-hooks": "^2.9.0",
Expand Down

0 comments on commit 82a44d8

Please sign in to comment.