.drone.yml: Try to build with npm
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Alan Orth 2020-12-10 10:33:29 +02:00
parent a8fd44786d
commit b1b364cf34
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 4 additions and 3 deletions

View File

@ -3,7 +3,8 @@ type: docker
name: default name: default
steps: steps:
- name: greeting - name: build
image: alpine image: node:12-alpine
commands: commands:
- echo hello - npm install
- npm run dist