Skip to content

Commit 3a3a030

Browse files
committed
fix: et al
1 parent e085726 commit 3a3a030

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
bun-version: "1.2.6"
2626

2727
- name: Install dependencies
28-
run: bun install --frozen-lockfile
28+
run: bun install
2929

3030
- name: Extract version
3131
id: version

packages/bin/ipfs

-81.6 MB
Binary file not shown.
-15.9 MB
Binary file not shown.

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@ipld/car": "^5.4.2",
4040
"@ipld/dag-pb": "^4.1.5",
4141
"@noble/hashes": "^2.0.1",
42-
"@polkadot-api/descriptors": "file:.papi/descriptors",
42+
"@polkadot-api/descriptors": "file:../../.papi/descriptors",
4343
"@polkadot-labs/hdkd": "^0.0.26",
4444
"@polkadot-labs/hdkd-helpers": "^0.0.27",
4545
"@polkadot/keyring": "^14.0.1",

0 commit comments

Comments
 (0)