.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
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: greeting
|
- name: build
|
||||||
image: alpine
|
image: node:12-alpine
|
||||||
commands:
|
commands:
|
||||||
- echo hello
|
- npm install
|
||||||
|
- npm run dist
|
||||||
|
Loading…
Reference in New Issue
Block a user