Skip to content

Commit

Permalink
fix: cli options
Browse files Browse the repository at this point in the history
  • Loading branch information
zdm committed Sep 24, 2024
1 parent 982fdd1 commit d9d1bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/softvisio-webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const cli = {
"options": {
"mode": {
"short": "m",
"description": `environment mode`,
"description": `Environment mode.`,
"default": "production",
"schema": { "enum": [ "development", "production" ] },
},
Expand Down

0 comments on commit d9d1bd0

Please sign in to comment.