.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
steps:
- name: greeting
image: alpine
- name: build
image: node:12-alpine
commands:
- echo hello
- npm install
- npm run dist