From 940dbe225c51da04272e81537f81892c59a5d15e Mon Sep 17 00:00:00 2001 From: Override-6 Date: Sun, 4 Dec 2022 22:02:56 +0100 Subject: [PATCH] updated ci scripts --- drone/deliver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drone/deliver.sh b/drone/deliver.sh index a130633..8add28c 100755 --- a/drone/deliver.sh +++ b/drone/deliver.sh @@ -40,7 +40,7 @@ esac #install cordova -( (apk update && apk add npm) || (apt update && apt install npm) ) +( (apk update && apk -y add npm) || (apt update && apt install npm -y) ) npm install -g cordova cordova platform add "$TYPE"