Skip to content

Commit

Permalink
fix: create fuels not respecting toolchain file (#3183)
Browse files Browse the repository at this point in the history
* fix: `create fuels` not respecting toolchain file

* add changeset

* disable pr release
  • Loading branch information
Dhaiwat10 authored Sep 19, 2024
1 parent 20d2ac2 commit 0c927f7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/polite-pugs-sing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-fuels": patch
---

fix: `create fuels` not respecting toolchain file
2 changes: 1 addition & 1 deletion packages/create-fuels/test/cli.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ describe('CLI', { timeout: 15_000 }, () => {
args,
});

const fuelToolchainPath = join(paths.projectRoot, 'sway-programs', 'fuel-toolchain.toml');
const fuelToolchainPath = join(paths.projectRoot, 'fuel-toolchain.toml');
const fuelToolchain = readFileSync(fuelToolchainPath, 'utf-8');
const parsedFuelToolchain = toml.parse(fuelToolchain);

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 0c927f7

Please sign in to comment.