diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-05-06 15:34:59 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-05-06 15:34:59 -0400 |
| commit | 9400d8f26e035ca3562d752ba0c9af7c155f77b6 (patch) | |
| tree | 49404bcb4373a8a1f8f21ee8f8d29dd555aba111 | |
| parent | b4a21f391512b5da03e2b93e938ad11b0fa73530 (diff) | |
silence json_verify status output
| -rwxr-xr-x | validate_static | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/validate_static b/validate_static index c3d32744..ecad8995 100755 --- a/validate_static +++ b/validate_static @@ -5,7 +5,7 @@ shopt -s extglob globstar export PATH="$PWD/node_modules/.bin:$PATH" -json_verify < static/manifest.webmanifest +json_verify < static/manifest.webmanifest >/dev/null xmllint --noout static/**/*.@(html|svg|xml) jshint --verbose static/**/*.js stylelint static/**/*.css |
