1. Modify build image settings to use the node:12 image (see screenshot below).
2. Replace the amplify.yml file in the console with this one.

This will start the build using `node:12`, install Quasar CLI, run `quasar build` and speficy `dist/spa` as the output directory.

![image](https://user-images.githubusercontent.com/66134/93023431-958a2b00-f5b4-11ea-973b-844c28629c82.png)