From 70897b0bd0d3781592b8707644825d37de076fac Mon Sep 17 00:00:00 2001 From: moisseev Date: Tue, 5 Dec 2023 11:30:30 +0300 Subject: [PATCH] [Test] Use `npm ls` to show versions --- .drone.jsonnet | 5 +---- .drone.yml | 7 ++----- 2 files changed, 3 insertions(+), 9 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', ], }, diff --git a/.drone.yml b/.drone.yml index 5f8829a73..cad368960 100644 --- a/.drone.yml +++ b/.drone.yml @@ -487,11 +487,8 @@ { "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" ], "failure": "ignore", @@ -560,7 +557,7 @@ } --- { - "hmac": "4ca5db457ae3dab86f7e81d57f72268fae0bcf446dfaf91482032e6545736524", + "hmac": "2351718d9a562ea71ff344fb39fcf4ad5dae5b9694219b933c1b63a8b87d2aa5", "kind": "signature" } ... -- 2.39.5