Skip to content

Commit 014e2e6

Browse files
authored
Suppress experimental warnings (#142)
* suppress experimental warning * changeset
1 parent 7d91206 commit 014e2e6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/chilly-beds-dress.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@gitbook/cli': minor
3+
---
4+
5+
Suppress experimental warning in the CLI

packages/cli/src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env node
1+
#!/usr/bin/env node --no-warnings
22

33
import { program } from 'commander';
44
import * as path from 'path';

0 commit comments

Comments
 (0)