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