v1.1.4
Fix spawn-helper permission fix not persisting on npm global install.
The postinstall chmod fix was in packages/backend/package.json, but only
the root package.json lifecycle scripts run when installing from npm
globally. Moved the fix to the root postinstall so it applies on every
npm install.