File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 "start" : " BROWSER=none react-scripts start" ,
99 "develop" : " REACT_APP_USE_SAMPLE_DATA=true yarn start" ,
1010 "build" : " react-scripts build" ,
11- "postbuild" : " git restore build/.gitkeep" ,
11+ "postbuild" : " git restore build/.gitkeep 2>/dev/null || printf '# Keep directory in git. \\ n' > build/.gitkeep " ,
1212 "test" : " react-scripts test --env=jest-environment-jsdom --transformIgnorePatterns \" node_modules/(?!d3)/\" " ,
1313 "test:ci" : " cross-env CI=true yarn test --coverage" ,
1414 "eject" : " react-scripts eject" ,
Original file line number Diff line number Diff line change 1616
1717### Bug Fixes
1818
19+ * [ Fix ` dev.Dockerfile ` build failure on git
20+ worktree checkouts] ( https://github.com/lightninglabs/lightning-terminal/pull/1311 ) :
21+ The web UI ` postbuild ` step no longer aborts when the build context lacks a
22+ reachable git directory, which previously broke ` dev.Dockerfile ` builds for
23+ contributors using ` git worktree ` .
24+
1925* [ Restore LNC session setup for mailbox
2026 links] ( https://github.com/lightninglabs/lightning-terminal/pull/1254 ) :
2127 Mailbox-specific TLS transport credentials now allow mailbox links to proceed
You can’t perform that action at this time.
0 commit comments