Skip to content

Commit 1b315c7

Browse files
committed
k fine.
1 parent cabd4d1 commit 1b315c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ prog
2020
.option('--cwd', 'Use an alternative working directory', '.');
2121

2222
prog
23-
.command('build [...entries]', '', { default:true })
23+
.command('build [...entries]', '', { default: true })
2424
.describe('Build once and exit')
2525
.action(run);
2626

0 commit comments

Comments
 (0)