From 40f351efbfce5e78d49d4a46ba57bfd67063bffc Mon Sep 17 00:00:00 2001 From: Daniel Waxweiler Date: Thu, 16 Feb 2023 08:10:10 +0100 Subject: [PATCH] prefer online --- qodana.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qodana.yaml b/qodana.yaml index 5559f2e..fe418f4 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -1,3 +1,3 @@ version: '1.0' linter: jetbrains/qodana-js:2022.3-eap -bootstrap: npm ci --ignore-scripts +bootstrap: npm ci --ignore-scripts --prefer-online