Add git to drone.yml file.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jack Hadrill 2022-02-06 20:46:43 +00:00
parent e758de7ef4
commit f2ab1cf8e6
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ steps:
- name: install - name: install
image: node:lts-alpine image: node:lts-alpine
commands: commands:
- apk add git
- npm install - npm install
- name: lint - name: lint