mirror of
https://github.com/erg-lang/erg.git
synced 2025-10-01 21:21:10 +00:00
Update cargo_publish.bat
This commit is contained in:
parent
cbb2a8c211
commit
a16d29c890
1 changed files with 3 additions and 3 deletions
|
@ -8,15 +8,15 @@ if %~dp0 == C:%homepath%\GitHub\erg\ (
|
|||
cd ../erg_parser
|
||||
echo publish erg_parser ...
|
||||
cargo publish
|
||||
timeout 10
|
||||
timeout 12
|
||||
cd ../erg_type
|
||||
echo publish erg_type ...
|
||||
cargo publish
|
||||
timeout 10
|
||||
timeout 12
|
||||
cd ../erg_compiler
|
||||
echo publish erg_compiler ...
|
||||
cargo publish
|
||||
timeout 10
|
||||
timeout 12
|
||||
cd ../../
|
||||
cargo publish
|
||||
echo completed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue