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:
- name: build-frontend - name: build-frontend
image: node:14-alpine image: node:14-alpine
commands: commands:
- apk add guile
- cd frontend - cd frontend
- npm i - npm i
- npm run build - npm run build

Loading…
Cancel
Save