MusicConnectionMachine / Relationships

GNU Affero General Public License v3.0
9 stars 1 forks source link

npm install api on postinstall #50

Closed Henni closed 7 years ago

Henni commented 7 years ago

This might fix issues with the global install.

kordianbruck commented 7 years ago

Works. Yes.

But.

Why are you not doing this in the docker file? Is there a benefit to it being in the package.json? https://github.com/MusicConnectionMachine/Relationships/blob/develop/Dockerfile

sacdallago commented 7 years ago

@kordianbruck postinstall happens after npm install is run on where package.json is located :) So it will happen. I think it's OK.