Skip to content

Commit

Permalink
possible fix for bun support
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhaiwat10 committed Dec 15, 2023
1 parent b64b4e8 commit 16d4e99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: "Release PR to npm"
runs-on: ubuntu-latest
# comment out if:false to enable release PR to npm
if: false
# if: false
permissions: write-all
steps:
- name: Checkout
Expand Down
4 changes: 4 additions & 0 deletions packages/fuels/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,9 @@
"fuel-vm",
"sway",
"typescript"
],
"trustedDependencies": [
"@fuel-ts/fuel-core",
"@fuel-ts/forc"
]
}

0 comments on commit 16d4e99

Please sign in to comment.