mirror of
https://github.com/erg-lang/erg.git
synced 2025-07-07 13:15:21 +00:00
build: update cargo_publish.{bat, sh}
This commit is contained in:
parent
72b204354d
commit
2f0c86a88e
2 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,9 @@ if %~dp0 == C:%homepath%\GitHub\erg\ (
|
|||
cd ../erg_compiler
|
||||
echo publish erg_compiler ...
|
||||
cargo publish
|
||||
cd ../erg_linter
|
||||
echo publish erg_linter ...
|
||||
cargo publish
|
||||
cd ../els
|
||||
echo publish els ...
|
||||
cargo publish
|
||||
|
|
|
@ -6,6 +6,8 @@ cd ../erg_parser
|
|||
cargo publish
|
||||
cd ../erg_compiler
|
||||
cargo publish
|
||||
cd ../erg_linter
|
||||
cargo publish
|
||||
cd ../els
|
||||
cargo publish
|
||||
cd ../../
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue