From ab67cf4c04410455e5832ef53e16b655fc94c0d7 Mon Sep 17 00:00:00 2001 From: Philip Stockerer Date: Tue, 19 Apr 2022 12:46:06 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1929abc..0772a41 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ trigger: - main pool: - vmImage: ubuntu-latest + vmImage: windows-latest steps: - task: NodeTool@0 @@ -16,7 +16,7 @@ steps: displayName: 'Install Node.js' - script: | - npm install --only=dev + npm install npx tsc npm run compile npm run build