mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-18 18:07:45 +01:00
Compare commits
1 Commits
5152-migra
...
5122-mempo
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3bf3a59e66 |
@@ -148,6 +148,11 @@ if [ "$1" = "install" ]; then
|
||||
echo "# npm install for mempool explorer (frontend)"
|
||||
|
||||
cd frontend || exit 1
|
||||
|
||||
# patch to fix #5122 - remove on next mempool update because they fixed it
|
||||
sudo -u mempool sed -i '/^function download(filename, url) {/a\ if (!url) return;' sync-assets.js
|
||||
# end patch
|
||||
|
||||
if ! sudo -u mempool NG_CLI_ANALYTICS=false npm ci; then
|
||||
echo "FAIL - npm install did not run correctly, aborting"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user