aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
blob: 2c7e322f7a515b497e0fad5bfd8413936272629b (plain)
1
2
3
4
5
6
pipeline:
    frontend:
        image: node:10
        commands:
            - npm ci
            - npm test