mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Print publish log only on failure
this way we don't lose messages
This commit is contained in:
@@ -17,4 +17,4 @@ powershell "Set-ExecutionPolicy ByPass"
|
||||
.\meteor.bat --help ^> nul 2^>^&^1 || echo "First npm failure is expected"
|
||||
cd C:\tmp\meteor\packages\meteor-tool
|
||||
set METEOR_SESSION_FILE=C:\meteor-session
|
||||
..\..\meteor.bat publish --existing-version
|
||||
..\..\meteor.bat publish --existing-version ^> C:\log.txt 2^>^&^1 ^|^| type C:\log.txt
|
||||
|
||||
Reference in New Issue
Block a user