aws-samples / amazon-cognito-passwordless-auth

Passwordless authentication with Amazon Cognito: FIDO2 (WebAuthn, support for Passkeys), Magic Link, SMS OTP Step Up
Apache License 2.0
382 stars 70 forks source link

Adding changes to deploy frontend on Windows and Mac #186

Closed cordev-developer closed 2 months ago

cordev-developer commented 3 months ago

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. Adding some changes to script "deploy-spa.cjs" and "package.json" files to deply the frontend on Windows and Mac.

ottokruse commented 2 months ago

Hey mate looks good but please run prettier :)

npx prettier -w .

cordev-developer commented 2 months ago

Hi Otto, I've executed prettier and I have pushed the new code, also I 've changed the script name in deploy-spa.cjs file. Let me know any further problem please.

ottokruse commented 2 months ago

Hey mate pettier is still complaining.

Can you double check?

npx prettier -c .
cordev-developer commented 2 months ago

Hi Otto, sorry, my bad, I'm not familiar with prettier and I've executed in a wrong way. Now I think it's all ok !

ottokruse commented 2 months ago

Thanks mate!

cordev-developer commented 2 months ago

It's a pleasure! Whatever it takes!