Skip to content

Commit

Permalink
Update publish.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
ayamaev-se committed Dec 21, 2023
1 parent 0c94229 commit 7fc2df0
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions publish.bat
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
cd crates/shared
cargo publish --dry-run
timeout /t 10
cargo publish
timeout /t 600
cd ..
cd undo
cargo publish --dry-run
timeout /t 10
cargo publish
timeout /t 600
cd ..
cd prefab
cargo publish --dry-run
timeout /t 10
cargo publish
timeout /t 600
cd ..
cd persistance
cargo publish --dry-run
timeout /t 10
cargo publish
timeout /t 600
cd ..
cd editor_core
cargo publish
timeout /t 10
timeout /t 600
cd ..
cd editor_ui
cargo publish
timeout /t 10
timeout /t 600
cd ..
cd ..
cd modules
cd bevy_xpbd_plugin
cargo publish
timeout /t 10
timeout /t 600
cd ..
cd ..
cargo publish

0 comments on commit 7fc2df0

Please sign in to comment.