mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
10 lines
159 B
Batchfile
10 lines
159 B
Batchfile
cd /d %~dp0
|
|
cd ..
|
|
|
|
call ./tools/release/kokoro-grpc-tools.bat || goto :error
|
|
call ./tools/release/kokoro-nodejs.bat || goto :error
|
|
|
|
goto :EOF
|
|
|
|
:error
|
|
exit /b 1 |