diff --git a/webapp/package.json b/webapp/package.json index 9bf0606..b832619 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -32,7 +32,7 @@ "build": "react-scripts build", "prod": "cross-env REACT_APP_API_ENDPOINT=http://localhost:8000 REACT_APP_MULTIPLAYER_ENDPOINT=http://localhost:8006 serve -s build -l 80", "test": "react-scripts test --silent --transformIgnorePatterns 'node_modules/(?!axios)/'", - "test:e2e": "start-server-and-test 'node e2e/test-environment-setup.js' http://localhost:8000/health prod 80 \"cd e2e && jest\"", + "test:e2e": "start-server-and-test 'node e2e/test-environment-setup.js' http://localhost:8000/health prod http://localhost:80 \"cd e2e && jest\"", "eject": "react-scripts eject", "test-only:e2e": "cd e2e && jest" },