Remove unused submodules and related scripts

This commit is contained in:
geoffsee
2025-07-27 08:58:40 -04:00
parent ce9bc4db07
commit f9d5fc8282
5 changed files with 0 additions and 202 deletions

View File

@@ -10,7 +10,6 @@
],
"scripts": {
"clean": "packages/scripts/cleanup.sh",
"restore:submodules": "rm -rf crates/yachtpit && (git rm --cached crates/yachtpit) && git submodule add --force https://github.com/seemueller-io/yachtpit.git crates/yachtpit ",
"test:all": "bun run --filter='*' tests",
"client:dev": "(cd packages/client && bun run dev)",
"server:dev": "bun build:client && (cd packages/server && bun run dev)",