Fix bug yarn start

Ghost User requested to merge am-fix-start into master

Before: we were building @parity/electron parallely to running yarn start in fether-electron.

Now: We build @parity/electron first, then run yarn start in fether-electron

Note: @parity/electron will get out of this repo one day, so there will be no need to build it here.

Merge request reports