DEV Community

Discussion on: autoposting from github to devto

Collapse
 
maxime1992 profile image
Maxime

have you checked those issues:

github.com/maxime1992/dev.to/issues/6

github.com/maxime1992/dev.to/issues/7

So try running yarn run prettier:write basically :)

Thread Thread
 
maxime1992 profile image
Maxime

From your travis build:

The command "yarn run prettier:check" exited with 1.

So yeah you just need to run prettier your formatting is not correct that's it.

Just run yarn run prettier:write :)

Thread Thread
 
osde8info profile image
Clive Da