aboutsummaryrefslogtreecommitdiffstats
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