You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tracking of the dashboard files is still not correct and needs improvement
Starting from a clean branch and doing a simple: npm run build
marks a bunch of dashboard files under /dist/dashboard as modified
But i'm not changing anything on the dashboard or main node sources, i'm just doing a local build
I should not have a bunch of git modified/deleted files (example bellow)
The text was updated successfully, but these errors were encountered:
reopening as this is still happening... just fork any branch from main, do a npm run build and we have the dashboard files marked as modified
Ok, so its the dashboard hash is out of sync..
We updated the package-lock.json , but not the hash
one change done 2 weeks ago, other 27 days ago... That's why its always giving changes on main...
The tracking of the dashboard files is still not correct and needs improvement
![Screenshot from 2024-08-30 09-45-53](https://private-user-images.githubusercontent.com/143717839/363106833-27f02bc7-d046-49fc-8528-fb787dbd8506.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNjAzNzUsIm5iZiI6MTczOTA2MDA3NSwicGF0aCI6Ii8xNDM3MTc4MzkvMzYzMTA2ODMzLTI3ZjAyYmM3LWQwNDYtNDlmYy04NTI4LWZiNzg3ZGJkODUwNi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA5JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOVQwMDE0MzVaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0yZGYwNDM5M2Q1YWM2NzUwNWYwZjQ0MTk4MmYzOGUyOTRhZWY5NjE0MjFkOWY5OTc2ZmFlNTNkY2E1NzBkNzUzJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.AltAJymSJ2iGAlFz1N5k_sYDKnto9YXifhGIsydQQNg)
Starting from a clean branch and doing a simple:
npm run build
marks a bunch of dashboard files under
/dist/dashboard
as modifiedBut i'm not changing anything on the dashboard or main node sources, i'm just doing a local build
I should not have a bunch of git modified/deleted files (example bellow)
The text was updated successfully, but these errors were encountered: