-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI: Stabilize frontend builds #1916
Comments
|
@skokenes I don't have any experience here, but a quick search turned up these tools: Not sure if they work for transitive imports in NPM workspaces, but if they do (or you find another tool), I think we should add a Github Action for it. |
Closing since the builds have been stable for a long time now |
Recommendations from infra for improving the stability of frontend builds:
npm run build -w web-admin
(should already be the case)devDependencies
package-lock.json
and runnpm i
from scratchpackage.json
should not contain any dependenciespackage.json
(don't rely on transitive imports)package-lock.json
package-lock.json
changesweb-admin
web-admin
andweb-local
on/assets
(or similar), not on root_redirects
temporary hack inweb-admin/package.json
The text was updated successfully, but these errors were encountered: