Fixed drone lint pipeline

This commit is contained in:
Noah Santschi-Cooney 2020-07-18 23:24:16 +01:00
parent f7310c1573
commit 4a062581c4
No known key found for this signature in database
GPG key ID: 3B22282472C8AE48

View file

@ -2,15 +2,15 @@ kind: pipeline
name: default
steps:
- name: test server
image: rust:1.43
- name: unit test server
image: rust:1.45
commands:
- cd server
- cargo test
- name: lint
- name: lint client
image: node:14
commands:
- npm i
- npm i --unsafe-perm
- npm run compile
- npm run lint