File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 6868 run : npm ci # change this to npm, pnpm or bun depending on which one you use.
6969
7070 - name : prep interpreter
71- run : npm run reprep -interpreter
71+ run : npm run prep -interpreter-from-scratch
7272
7373 - name : Install wget for Windows
7474 if : matrix.os == 'windows-latest'
Original file line number Diff line number Diff line change 2121 "test" : " concurrently -n 'quality,playwright' 'npm run test:quality' 'npm run test:ui'" ,
2222 "pdl" : " ./src-tauri/target/debug/PDL" ,
2323 "view" : " npm run pdl view" ,
24- "prep-interpreter" : " if [ ! -d .venv ]; then python3.12 -mvenv .venv && npm run reprep-interpreter; fi" ,
24+ "prep-interpreter" : " if [ ! -d .venv ]; then npm run prep-interpreter-from-scratch; fi" ,
25+ "prep-interpreter-from-scratch" : " python3.12 -mvenv .venv && npm run reprep-interpreter" ,
2526 "reprep-interpreter" : " . .venv/bin/activate && pip install -e .. && pip freeze > .venv/requirements.txt" ,
2627 "start" : " npm run prep-interpreter && npm run tauri dev"
2728 },
You can’t perform that action at this time.
0 commit comments