fix: enhance onWorktreeCreate script to include directory creation and settings copy
This commit is contained in:
parent
1ab5dbca20
commit
f89c5d2b21
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"scripts": {
|
||||
"onWorktreeCreate": "cp $JEAN_ROOT_PATH/.env .",
|
||||
"onWorktreeCreate": "cp $JEAN_ROOT_PATH/.env . && mkdir -p .claude && cp $JEAN_ROOT_PATH/.claude/settings.local.json .claude/settings.local.json",
|
||||
"run": "docker rm -f coolify coolify-realtime coolify-minio coolify-testing-host coolify-redis coolify-db coolify-mail coolify-vite && spin up"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue