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 name: default
steps: steps:
- name: test server - name: unit test server
image: rust:1.43 image: rust:1.45
commands: commands:
- cd server - cd server
- cargo test - cargo test
- name: lint - name: lint client
image: node:14 image: node:14
commands: commands:
- npm i - npm i --unsafe-perm
- npm run compile - npm run compile
- npm run lint - npm run lint