From 276d80781e596efaf33fcb50d82524adec4ef42b Mon Sep 17 00:00:00 2001 From: StockiP Date: Tue, 19 Apr 2022 14:52:32 +0200 Subject: [PATCH] edited pipeline --- azure-pipelines.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0772a41..a5ec37e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,7 +17,5 @@ steps: - script: | npm install - npx tsc - npm run compile npm run build displayName: 'npm install and build'