From 757e3f5c931d78fa37421b2debd33aed129d7a12 Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 4 Sep 2023 22:14:04 +0200 Subject: [PATCH] chore(ci): debug --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7c1154b..e6a19d0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -126,6 +126,7 @@ steps: - sed -i 's/\\/api\\/v1//g' frontend/index.html - ./bumpp.sh - yarn install + - cat package.json - yarn dist --linux --windows - name: rebuild-cache @@ -229,6 +230,6 @@ steps: --- kind: signature -hmac: 5867c1afb44d79d73076ca7d4185e2e05be1c2d0cfc04152440547baaf6b3013 +hmac: 83cd065e5a1e4450318b3d730e38adbbaaebf18e3e62351e5b5579cbaf76b7ba ...