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