worktree: Update script (#323)

This commit is contained in:
Víctor Falcón 2026-04-24 13:00:40 +01:00 committed by GitHub
parent 4b145e230b
commit 169ebf22a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

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