diff --git a/tasks/e2e-installs.sh b/tasks/e2e-installs.sh index 79988df9e29..fa5207cebdd 100755 --- a/tasks/e2e-installs.sh +++ b/tasks/e2e-installs.sh @@ -147,11 +147,11 @@ grep '"version": "1.0.17"' node_modules/react-scripts/package.json checkDependencies # ****************************************************************************** -# Test --typescript flag +# Test typescript setup # ****************************************************************************** cd "$temp_app_path" -npx create-react-app test-app-typescript --typescript +npx create-react-app test-app-typescript --template typescript cd test-app-typescript # Check corresponding template is installed.