1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-09 09:51:02 +01:00

set patchs in install phase

This commit is contained in:
Kyle Spearrin 2019-03-14 17:15:25 -04:00
parent 074693bc2b
commit fbbb3812d0

View File

@ -10,11 +10,11 @@ environment:
init:
- ps: Install-Product node 10
install:
- ps: |
$env:PACKAGE_VERSION = (Get-Content -Raw -Path .\package.json | ConvertFrom-Json).version
$env:PATH = "C:\Program Files (x86)\Resource Hacker;${env:PATH}"
install:
- ps: choco install reshack --no-progress
- ps: choco install cloc --no-progress
- ps: cloc --include-lang TypeScript,JavaScript --vcs git