mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
Merge pull request #530 from lightninglabs/default-index-html
Fix "no matching files found" compilation error when litd is used as a library
This commit is contained in:
commit
ac36b9ac60
2 changed files with 2 additions and 0 deletions
1
app/build/.gitkeep
Normal file
1
app/build/.gitkeep
Normal file
|
|
@ -0,0 +1 @@
|
|||
# Keep directory in git.
|
||||
|
|
@ -8,6 +8,7 @@
|
|||
"start": "BROWSER=none react-scripts start",
|
||||
"develop": "REACT_APP_USE_SAMPLE_DATA=true yarn start",
|
||||
"build": "react-scripts build",
|
||||
"postbuild": "echo -n '# Keep directory in git.' > build/.gitkeep",
|
||||
"test": "react-scripts test --env=jest-environment-jsdom",
|
||||
"test:ci": "cross-env CI=true yarn test --coverage",
|
||||
"eject": "react-scripts eject",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue