Files
msw-open-music/.drone.yml
heimoshuiyu 1450357b91
All checks were successful
continuous-integration/drone/push Build is passing
add drone pipeline
2022-12-05 01:01:06 +08:00

12 lines
151 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: frontend-web
image: node:19
commands:
- cd web
- npm install
- npm run build