Telefonica / webview-bridge

Novum JavaScript Bridge
MIT License
26 stars 7 forks source link

O2DEB2P-295 add bridge method to request user logout #76

Closed jprietoTuenti closed 2 years ago

jprietoTuenti commented 2 years ago

prettier-check is rising some issues but with no clear message, can you lend me a hand to know what is wrong?

atabel commented 2 years ago

prettier-check is rising some issues but with no clear message, can you lend me a hand to know what is wrong?

how did you commit without the hook?

Just run: yarn prettier . --write to fix the formatting issues

jprietoTuenti commented 2 years ago

prettier-check is rising some issues but with no clear message, can you lend me a hand to know what is wrong?

how did you commit without the hook?

Just run: yarn prettier . --write to fix the formatting issues

git commit -m "O2DEB2P-295 add bridge method to reques user logout" git push origin jprieto/O2DEB2P-295 🤷

jprietoTuenti commented 2 years ago

Now "yarn ci" is failing although yarn prettier-check && yarn lint && yarn ts-check && yarn test --ci && yarn build is working in my local machine

atabel commented 2 years ago

Now "yarn ci" is failing although yarn prettier-check && yarn lint && yarn ts-check && yarn test --ci && yarn build is working in my local machine

image