Skip to content

Commit ee7ee72

Browse files
authored
chore: test release (#1989)
1 parent d0e7fa0 commit ee7ee72

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changeset/six-rabbits-warn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"fuels": patch
3+
---
4+
5+
chore: test release

packages/fuels/src/cli.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ export const onPreAction = (command: Command) => {
2222
};
2323

2424
export const configureCli = () => {
25+
// eslint-disable-next-line no-console
26+
console.log('test');
2527
const program = new Command();
2628
program.name('fuels');
2729

0 commit comments

Comments
 (0)