updated .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Samuel Philipp 2021-05-30 15:07:48 +02:00
parent 65e80e9396
commit 8ea94e9597
Signed by: samuel-p
GPG key ID: 2AD495D17760CB4E

View file

@ -4,7 +4,7 @@ name: default
steps:
- name: build
image: node
image: node:lts
commands:
- npm install
- npm run build