Change commit to message before merging static assets

Add informational message before merging static assets.
This commit is contained in:
Ryan Sullivan 2026-02-02 11:39:50 -08:00 committed by GitHub
parent f9853f1155
commit 2f5b4a5432
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -175,7 +175,7 @@ cd /opt/romm/frontend
$STD npm install
$STD npm run build
# Merge static assets into dist folder
msg_info "Merge static assets into dist folder"
cp -rf /opt/romm/frontend/assets/* /opt/romm/frontend/dist/assets/
mkdir -p /opt/romm/frontend/dist/assets/romm