Update worktree script (#366)
## Summary\n- update worktree script\n\n## Tests\n- not run (script-only change)
This commit is contained in:
parent
e36d6f3e16
commit
360a38a880
|
|
@ -3,7 +3,6 @@
|
|||
ROOT_PATH=$1
|
||||
|
||||
cp "$ROOT_PATH/.env" .env
|
||||
cp -r "$ROOT_PATH/.pi" .pi
|
||||
|
||||
bun i
|
||||
composer install
|
||||
|
|
|
|||
Loading…
Reference in New Issue