diff options
author | moisseev <moiseev@mezonplus.ru> | 2023-12-05 11:30:30 +0300 |
---|---|---|
committer | moisseev <moiseev@mezonplus.ru> | 2023-12-05 13:51:23 +0300 |
commit | 70897b0bd0d3781592b8707644825d37de076fac (patch) | |
tree | 1ddc8433c72c8ea75bfe1796923b4f543f1966c3 /.drone.jsonnet | |
parent | 8922ef67f5c0fed404f8ebc18d908baa797db309 (diff) | |
download | rspamd-70897b0bd0d3781592b8707644825d37de076fac.tar.gz rspamd-70897b0bd0d3781592b8707644825d37de076fac.zip |
[Test] Use `npm ls` to show versions
Diffstat (limited to '.drone.jsonnet')
-rw-r--r-- | .drone.jsonnet | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.drone.jsonnet b/.drone.jsonnet index 413a6b356..8d4119706 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -279,11 +279,8 @@ local noarch_pipeline = { failure: 'ignore', commands: [ 'npm install', - './node_modules/.bin/eslint -v', - 'npm show @stylistic/eslint-plugin version', + 'npm ls', './node_modules/.bin/eslint ./', - './node_modules/.bin/stylelint -v', - 'npm show stylelint-config-standard version', './node_modules/.bin/stylelint ./**/*.css ./**/*.html ./**/*.js', ], }, |