-
Notifications
You must be signed in to change notification settings - Fork 213
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
Update frontend build system to shed old dependencies, and address fallout from that #521
Conversation
Ok, so I built the docker image locally (with podman instaed of docker; nice that this worked seamlessly) and it seems to work ok now and the SUBSTRATE_TELEMETRY_URL env var is respected. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM based on my limited ts knowledge
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
…llout from that (paritytech#521) * get tests working and update copyright headers * lint fix * eslint ts update * update CI to use NPM * fix CI * prettier * npm, not yarn for docker * remove unused package * bump dockerfile to latest node LTS and no need for cache clean * make frontend Dockerfile work and remove unused SUBSTRATE_TELEMETRY_SAMPLE * remove final yarn references * add another comment * remove unused import * remove more unused deps * comment typo
This is mainly a pass just to bring things uptodate and try to be fairly standard in the libraries we use etc.
I've tested this locally and all seems to work. One thing that would be good to check is that the docker builds still work OK. I think they should be fine but want to be sure that you can still pass in the SUBSTRATE_TELEMETRY_URL properly for instance.