mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
AppVeyor: Misc
This commit is contained in:
10
appveyor.yml
10
appveyor.yml
@@ -69,7 +69,15 @@ before_build:
|
||||
}
|
||||
|
||||
|
||||
java -version
|
||||
node -v
|
||||
|
||||
|
||||
if ($LastExitCode -ne 0) {
|
||||
throw "Last command failed."
|
||||
}
|
||||
|
||||
|
||||
npm -v
|
||||
|
||||
|
||||
if ($LastExitCode -ne 0) {
|
||||
|
||||
Reference in New Issue
Block a user