mirror of
https://github.com/cline/cline.git
synced 2026-09-01 15:11:04 +08:00
chore: fix codex desktop app configuration
This commit is contained in:
@@ -4,14 +4,8 @@ name = "cline"
|
||||
|
||||
[setup]
|
||||
script = '''
|
||||
# Symlink node_modules from main worktree if not already present
|
||||
if [ ! -d "node_modules" ]; then
|
||||
ln -s /Users/saoud/Repositories/cline/node_modules node_modules
|
||||
fi
|
||||
|
||||
# Also need webview-ui/node_modules
|
||||
if [ ! -d "webview-ui/node_modules" ]; then
|
||||
ln -s /Users/saoud/Repositories/cline/webview-ui/node_modules webview-ui/node_modules
|
||||
npm run install:all
|
||||
fi
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user