Skip to content

Commit

Permalink
Switch @safe-global/sdk-starter-kit dependecy to published version (#…
Browse files Browse the repository at this point in the history
…15)

Remove the temporary steps from the github workflow for building the package locally.
  • Loading branch information
tmjssz authored Oct 10, 2024
1 parent 6e40ebc commit 028d40f
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 317 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,6 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: yarn

# START: Temporary steps to install sdk-starter-kit
# This is only temporary until the `sdk-starter-kit` is public
# TODO: Remove these steps when the `sdk-starter-kit` is published to npm
- name: Checkout safe-core-sdk
uses: actions/checkout@v4
with:
repository: safe-global/safe-core-sdk
ref: e4126a12d7e9a1d6743afaaa2d1db16ff4c43a29
path: './safe-core-sdk'

- name: Yarn install safe-core-sdk
run: yarn --cwd ./safe-core-sdk install

- name: Build safe-core-sdk
run: yarn --cwd ./safe-core-sdk build
# END: Temporary steps to install sdk-starter-kit

- name: Yarn install
run: yarn install --frozen-lockfile

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@safe-global/sdk-starter-kit": "file:./safe-core-sdk/packages/sdk-starter-kit",
"@safe-global/sdk-starter-kit": "^1.0.1",
"viem": "^2.18.6",
"wagmi": "^2.12.2"
},
Expand Down
Loading

0 comments on commit 028d40f

Please sign in to comment.