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: cda2e1fb1ee3eca5fe239612302a54e796a99ca1 (
plain
)
1
2
3
4
5
6
7
pipeline:
frontend:
image: node:
10
commands:
-
npm ci
-
npm lint
-
npm test