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:
Oliver Gugger 2023-04-17 16:49:59 +02:00 committed by GitHub
commit ac36b9ac60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

1
app/build/.gitkeep Normal file
View file

@ -0,0 +1 @@
# Keep directory in git.

View file

@ -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",