From d63ca8437b376f788d6a1495d8f71ede1c4e7f92 Mon Sep 17 00:00:00 2001 From: Dirk Baeumer Date: Thu, 29 Aug 2019 14:50:14 +0200 Subject: [PATCH] Add linting to pipeline --- .azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 16e47c17..381d5e24 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -15,9 +15,11 @@ steps: displayName: 'Install dependencies' - script: | + npm run lint:client npm run compile:client displayName: 'Compile client' - script: | + npm run lint:server npm run compile:server displayName: 'Compile server' \ No newline at end of file