Skip to content

v1.1.4

Choose a tag to compare

@TS47Andres TS47Andres released this 25 Jun 05:26

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.