nodename-core/.drone.yml
Fabian Stamm 69094524d1
All checks were successful
the build was successful
Rewriting of backend
2018-11-30 21:48:27 +01:00

8 lines
146 B
YAML

pipeline:
core:
image: node
commands:
- node --version && npm --version
- npm install
- npm run build
- npm test