mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-22 21:21:35 +01:00
ls dirs of interest
This commit is contained in:
parent
7a114f0950
commit
f3822e6248
@ -34,6 +34,10 @@ build_script:
|
|||||||
"-open .\version-info.rc -save .\version-info.res -action compile"
|
"-open .\version-info.rc -save .\version-info.res -action compile"
|
||||||
Start-Process -FilePath $rh -ArgumentList `
|
Start-Process -FilePath $rh -ArgumentList `
|
||||||
"-open $env:WIN_PKG_PATH -save $env:WIN_PKG_PATH -action addoverwrite -resource .\version-info.res,"
|
"-open $env:WIN_PKG_PATH -save $env:WIN_PKG_PATH -action addoverwrite -resource .\version-info.res,"
|
||||||
|
ls
|
||||||
|
cd $env:WIN_PKG_PATH
|
||||||
|
ls
|
||||||
|
cd $env:APPVEYOR_BUILD_FOLDER
|
||||||
}
|
}
|
||||||
- cmd: npm install
|
- cmd: npm install
|
||||||
- cmd: npm run dist
|
- cmd: npm run dist
|
||||||
|
Loading…
Reference in New Issue
Block a user