evilmartians / chronicles-gql-martian-library

71 stars 36 forks source link

Question re yarn install #23

Open rmcsharry opened 4 years ago

rmcsharry commented 4 years ago

Why, in the Docker part of the readme do you have

docker-compose run runner yarn install

Couldn't you update bin/setup file with:

system('yarn install')

And have one less manual step?