diff options
-rw-r--r-- | .drone.jsonnet | 1 | ||||
-rw-r--r-- | .drone.yml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.drone.jsonnet b/.drone.jsonnet index 8bac34da6..413a6b356 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -280,6 +280,7 @@ local noarch_pipeline = { commands: [ 'npm install', './node_modules/.bin/eslint -v', + 'npm show @stylistic/eslint-plugin version', './node_modules/.bin/eslint ./', './node_modules/.bin/stylelint -v', 'npm show stylelint-config-standard version', diff --git a/.drone.yml b/.drone.yml index ac0b12a8e..5f8829a73 100644 --- a/.drone.yml +++ b/.drone.yml @@ -560,7 +560,7 @@ } --- { - "hmac": "1fb0cd2235d6c518d809751b4b263601285c5554863c89c19bd325af38207bce", + "hmac": "4ca5db457ae3dab86f7e81d57f72268fae0bcf446dfaf91482032e6545736524", "kind": "signature" } ... |