Fix default_argv of Nanoc::Tidy
This commit is contained in:
parent
be6c5b1bdb
commit
cfaff60c7b
1 changed files with 1 additions and 1 deletions
2
Rules
2
Rules
|
@ -31,7 +31,7 @@ Nanoc::Webpack
|
|||
.replace([*Nanoc::Webpack.default_argv, "--config", "webpack.#{buildenv}.js"].uniq)
|
||||
Nanoc::Tidy
|
||||
.default_argv
|
||||
.replace([*Nanoc::Tidy.default_argv, "--config", "webpack.#{buildenv}.js"].uniq)
|
||||
.replace([*Nanoc::Tidy.default_argv, "-upper"].uniq)
|
||||
|
||||
##
|
||||
# See packages/typescript/postman
|
||||
|
|
Loading…
Reference in a new issue