We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cabd4d1 commit 1b315c7Copy full SHA for 1b315c7
1 file changed
src/cli.js
@@ -20,7 +20,7 @@ prog
20
.option('--cwd', 'Use an alternative working directory', '.');
21
22
prog
23
- .command('build [...entries]', '', { default:true })
+ .command('build [...entries]', '', { default: true })
24
.describe('Build once and exit')
25
.action(run);
26
0 commit comments