Browse Source

installing guile before build

master
Ivan Polyakov 2 years ago
parent
commit
3708adc23d
  1. 1
      .drone.yml

1
.drone.yml

@ -13,6 +13,7 @@ steps: @@ -13,6 +13,7 @@ steps:
- name: build-frontend
image: node:14-alpine
commands:
- apk add guile
- cd frontend
- npm i
- npm run build

Loading…
Cancel
Save