Skip to content

Commit

Permalink
chore: test patching of old releases (#1983)
Browse files Browse the repository at this point in the history
testing
  • Loading branch information
nedsalk committed Apr 1, 2024
1 parent 62ee34e commit 7df8de1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/wicked-seahorses-divide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"fuels": patch
---

chore: test patching of old releases
2 changes: 0 additions & 2 deletions packages/fuels/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ export const onPreAction = (command: Command) => {
};

export const configureCli = () => {
// eslint-disable-next-line no-console
console.log('test');
const program = new Command();
program.name('fuels');

Expand Down

0 comments on commit 7df8de1

Please sign in to comment.