mirror of https://github.com/ColorlibHQ/AdminLTE
vnu: enable `Werror`
parent
cf2e1b85dc
commit
e8043b6a25
|
@ -35,7 +35,7 @@ childProcess.exec('java -version', (error, stdout, stderr) => {
|
|||
'--skip-non-html',
|
||||
// Ignore the language code warnings
|
||||
'--no-langdetect',
|
||||
// '--Werror',
|
||||
'--Werror',
|
||||
`--filterpattern "${ignores}"`,
|
||||
'./*.html',
|
||||
'docs_html/',
|
||||
|
|
Loading…
Reference in New Issue