From 3708adc23df54709aa6e498cab3a2252bb3fdb6f Mon Sep 17 00:00:00 2001 From: Ivan Polyakov Date: Tue, 11 Oct 2022 23:38:39 +0300 Subject: [PATCH] installing guile before build --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index d5a3a15..fe855fb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,6 +13,7 @@ steps: - name: build-frontend image: node:14-alpine commands: + - apk add guile - cd frontend - npm i - npm run build