We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5172040 commit 3736525Copy full SHA for 3736525
tasks/e2e-installs.sh
@@ -147,11 +147,11 @@ grep '"version": "1.0.17"' node_modules/react-scripts/package.json
147
checkDependencies
148
149
# ******************************************************************************
150
-# Test --typescript flag
+# Test typescript setup
151
152
153
cd "$temp_app_path"
154
-npx create-react-app test-app-typescript --typescript
+npx create-react-app test-app-typescript --template typescript
155
cd test-app-typescript
156
157
# Check corresponding template is installed.
0 commit comments