version: '1' image: deblan/devenv jobs: build: when: branch: - master - feat/.* script: - npm install - npm run build