We're a place where coders share, stay up-to-date and grow their careers.
have a look at my repo ive already updated deps BUT still getting errors
"dependencies": { "dev-to-git": "1.4.1", "embedme": "1.19.0", "prettier": "1.19.1" } :(
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 :)
yarn run prettier:write
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 :)
FIXED thanks github.com/maelingmurphy/my-dev.to...
have a look at my repo ive already updated deps BUT still getting errors
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 :)From your travis build:
So yeah you just need to run prettier your formatting is not correct that's it.
Just run
yarn run prettier:write
:)FIXED thanks github.com/maelingmurphy/my-dev.to...