Skip to content

Commit

Permalink
root repo
Browse files Browse the repository at this point in the history
  • Loading branch information
valiantlynx committed Apr 9, 2024
1 parent bd6037a commit f2036d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ docker run --name svelte-rich-text -d -p 3000:3000 -v $(pwd):/code svelte-rich-t
docker exec svelte-rich-text /bin/bash

# make a brach on the main repo named the same as the monorepo
# add this as a subtree to the main repo
# add this as a subtree to the root repo
git subtree add --prefix=packages/svelte-rich-text https://github.com/valiantlynx/svelte-rich-text.git valiantlynx-turborepo --squash

# pull the subtree
Expand Down

0 comments on commit f2036d2

Please sign in to comment.