chronicles-gql-martian-library
chronicles-gql-martian-library copied to clipboard
Question re yarn install
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?