mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-08 09:43:42 +01:00
16 lines
225 B
YAML
16 lines
225 B
YAML
|
trigger: none
|
||
|
|
||
|
pool:
|
||
|
vmImage: 'windows-latest'
|
||
|
|
||
|
steps:
|
||
|
- task: DownloadGitHubRelease@0
|
||
|
inputs:
|
||
|
|
||
|
displayName: 'Git Release Artifacts'
|
||
|
|
||
|
- script: |
|
||
|
npm install
|
||
|
npm run build
|
||
|
displayName: 'npm install and build'
|