-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev.json
More file actions
27 lines (27 loc) · 725 Bytes
/
Copy pathdev.json
File metadata and controls
27 lines (27 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"steps":{
"step_01": "pyinstaller --clean ginthon_tray.spec",
"step_02": "python internal/bootstrap/driver_tray_move.py",
"step_0": "cd ./frontend/view",
"step_2": "npm install",
"step_3": "npm run dev",
"step_4": "cd ../../",
"step_5": "pip install -r requirements.txt",
"step_6": "pip freeze > requirements.txt",
"step_7": "python ginthon_window.py --cmd dev"
},
"health_checks": {
"step_3": {
"url": "http://127.0.0.1:9770/",
"max_attempts": 20,
"interval_seconds": 2,
"description": "检查前端开发服务器是否就绪"
}
},
"custom_commands": {
"npm": "npm",
"python": "python",
"pip": "pip"
},
"timeout_seconds": 120
}