Skip to content

Commit c8aee17

Browse files
chore: include crates
1 parent 25e2f9c commit c8aee17

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tools/update-swc.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ mv .cargo "$DEPS_FOLDER/.cargo"
6565

6666
mv rust-toolchain "$DEPS_FOLDER/rust-toolchain"
6767

68+
mv crates "$DEPS_FOLDER/crates"
69+
70+
# Keep workspace tools (needed by Cargo workspace members like tools/generate-code)
71+
mv tools "$DEPS_FOLDER/tools"
72+
6873
echo "All done!"
6974
echo ""
7075
echo "Please git add swc and commit the new version:"

0 commit comments

Comments
 (0)