client/.drone.yml
Artem Anufrij c6926626c5
All checks were successful
continuous-integration/drone/push Build is passing
„.drone.yml“ ändern
2023-02-09 22:26:11 +01:00

12 lines
279 B
YAML

kind: pipeline
name: default
steps:
- name: build
image: node:latest
commands:
- sed -i '/"electron":/d' ./package.json
- sed -i '/"electron-builder":/d' ./package.json
- sed -i '/"express":/d' ./package.json
- npm install
- npm run build