We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e7fa0 commit ee7ee72Copy full SHA for ee7ee72
.changeset/six-rabbits-warn.md
@@ -0,0 +1,5 @@
1
+---
2
+"fuels": patch
3
4
+
5
+chore: test release
packages/fuels/src/cli.ts
@@ -22,6 +22,8 @@ export const onPreAction = (command: Command) => {
22
};
23
24
export const configureCli = () => {
25
+ // eslint-disable-next-line no-console
26
+ console.log('test');
27
const program = new Command();
28
program.name('fuels');
29
0 commit comments