mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-24 11:55:50 +01:00
some ls debugging
This commit is contained in:
parent
2eb60e95ae
commit
88859c87d4
@ -31,7 +31,11 @@ if(-not $skipcheckout) {
|
|||||||
New-Item $distSafariDir -ItemType Directory -ea 0
|
New-Item $distSafariDir -ItemType Directory -ea 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ls
|
||||||
|
cd $distDir
|
||||||
|
ls
|
||||||
cd $distSafariDir
|
cd $distSafariDir
|
||||||
|
ls
|
||||||
|
|
||||||
if(-not $skipcheckout) {
|
if(-not $skipcheckout) {
|
||||||
git clone git@github.com:bitwarden/browser.git
|
git clone git@github.com:bitwarden/browser.git
|
||||||
|
Loading…
Reference in New Issue
Block a user