updated .drone.yml
This commit is contained in:
parent
5a68798626
commit
a25f5565d0
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ platform:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: node:alpine
|
image: node
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
|
|
Loading…
Reference in a new issue