index
:
drone-build-test.git
master
Git Server
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.drone.yml
blob: eeb6316413f13a023b90e12bdfd44de7aa5cf4c0 (
plain
)
1
2
3
4
5
6
7
pipeline:
frontend:
image: node:
10
commands:
-
npm ci
-
npm run lint
-
npm test