.drone.yml: Try to build with npm
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
a8fd44786d
commit
b1b364cf34
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user