Update worktree script (#366)

## Summary\n- update worktree script\n\n## Tests\n- not run (script-only
change)
This commit is contained in:
Víctor Falcón 2026-05-07 20:43:58 +01:00 committed by GitHub
parent e36d6f3e16
commit 360a38a880
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
ROOT_PATH=$1
cp "$ROOT_PATH/.env" .env
cp -r "$ROOT_PATH/.pi" .pi
bun i
composer install