How to speed up Grafana build

I’m using make build-docker-full to build Grafana, as internally this target also sets up all the necessary build environment. But the problem is that for every tiny change it takes about 8 minutes to rebuild Grafana.

I also see build-docker-dev target, but it looks like it doesn’t setup build environment by itself and fails with cannot find package errors.

Is there a way to build Grafana from automatically created build environment, but without rebuilding everything from scratch? How do developers build Grafana?