Skip to content

Commit 1fbfd17

Browse files
committed
fix: Fixed web-ext --help build
1 parent 8376362 commit 1fbfd17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/program.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Example: $0 --help run.
142142
program
143143
.command('build',
144144
'Create a web extension package from source',
145-
commands.build)
145+
commands.build, {})
146146
.command('sign',
147147
'Sign the web extension so it can be installed in Firefox',
148148
commands.sign, {

0 commit comments

Comments
 (0)