mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-19 10:28:58 +01:00
Compare commits
1 Commits
v1.12.0
...
5122-mempo
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3bf3a59e66 |
@@ -148,6 +148,11 @@ if [ "$1" = "install" ]; then
|
|||||||
echo "# npm install for mempool explorer (frontend)"
|
echo "# npm install for mempool explorer (frontend)"
|
||||||
|
|
||||||
cd frontend || exit 1
|
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
|
if ! sudo -u mempool NG_CLI_ANALYTICS=false npm ci; then
|
||||||
echo "FAIL - npm install did not run correctly, aborting"
|
echo "FAIL - npm install did not run correctly, aborting"
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user