Skip to content

Commit

Permalink
rm soft link
Browse files Browse the repository at this point in the history
switching to a bind mount bc vitest and git both get confused by
directories

mv mount script

rm linked files
  • Loading branch information
sameoldlab committed Aug 12, 2024
1 parent aadb778 commit 0c7e16a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ dist-ssr
*.sln
*.sw?
.vercel
workbench/src/fractl
5 changes: 5 additions & 0 deletions .scripts/mount.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env sh
echo "mount ./packages/ui/src to ./workbench/src/fractl"
echo "$(pwd) should be the root of the repo"

sudo mount --bind ./packages/ui/src ./workbench/src/fractl
3 changes: 0 additions & 3 deletions workbench/mount.sh

This file was deleted.

1 change: 0 additions & 1 deletion workbench/src/fractl

This file was deleted.

0 comments on commit 0c7e16a

Please sign in to comment.