From ec205f4b9b926a17b3211495ec6468db8b80aa6a Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Sun, 20 Oct 2019 22:30:31 -0400 Subject: ci: simplify tree-sitter-cli install Remove useless `npm link` for tree-sitter-cli. Use powershell builtins. --- ci/build.ps1 | 33 ++++++++++++++------------------- ci/install.sh | 2 +- 2 files changed, 15 insertions(+), 20 deletions(-) diff --git a/ci/build.ps1 b/ci/build.ps1 index 8f7fdd5f59..49fd61abf6 100644 --- a/ci/build.ps1 +++ b/ci/build.ps1 @@ -1,5 +1,6 @@ Set-StrictMode -Version Latest -$ErrorActionPreference = 'stop' +$ErrorActionPreference = 'Stop' +$ProgressPreference = 'SilentlyContinue' $isPullRequest = ($env:APPVEYOR_PULL_REQUEST_HEAD_COMMIT -ne $null) $env:CONFIGURATION -match '^(?\w+)_(?32|64)(?:-(?