OpenAuth_server/.drone.yml

8 lines
187 B
YAML
Raw Normal View History

2018-11-06 19:48:50 +00:00
pipeline:
core:
image: node
commands:
- node --version && npm --version
- npm install
- cd views && npm install && cd ..
- npm run build