browserpass / browserpass-legacy

Legacy Browserpass repo, development is now happening at:
https://github.com/browserpass/browserpass-extension
MIT License
999 stars 80 forks source link

Fix prettier when running from docker #240

Closed maximbaz closed 6 years ago

maximbaz commented 6 years ago

yarn run for some reason does not pass --write to the prettier when executed from the docker container.

So instead of #236 I will do this.

/cc @belak, @erayd

belak commented 6 years ago

The other option would be to include the whole command in the scripts. yarn run prettier-css as an example. Thanks for the fix. :)

erayd commented 6 years ago

@maximbaz Thanks!