Skip to content

Bundle install during reconfigure; DRY

Jacob Vosmaer (GitLab) requested to merge reconfigure-bundle-npm into master

Run 'bundle install' and 'npm install' in only one place in the Makefile, and reorganize so that 'gdk update' and 'gdk reconfigure' run 'bundle install' + 'npm install'.

Merge request reports