diff --git a/package.json b/package.json index 0ac811c..2e3ac6b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "vite", - "build": "tsc -b && vite build --watch", + "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview" }, diff --git a/src/screens/accept-invitation/index.tsx b/src/screens/accept-invitation/index.tsx index 86aaae8..76cf461 100644 --- a/src/screens/accept-invitation/index.tsx +++ b/src/screens/accept-invitation/index.tsx @@ -2,7 +2,7 @@ import React from 'react'; import AcceptInvitation from '@auth0/auth0-acul-js/accept-invitation'; const AcceptInvitationScreen: React.FC = () => { - const acceptInvitationManager = new AcceptInvitation(); + const acceptInvitationManager = new AcceptInvitation(); //test aws const { screen, transaction } = acceptInvitationManager; const handleAcceptInvitation = async () => {