From 02dd18f5f00feeebdd3679c1116d5afa5f338f77 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Mon, 18 Nov 2019 23:26:37 +0000 Subject: [PATCH] Deploy website Deploy website version based on eeeec0736d1bc2f89a8ecb74b5192dc70662e385 --- docs/next/typescript.html | 2 +- docs/next/typescript/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/next/typescript.html b/docs/next/typescript.html index 8d8a49423a4..4426366caf2 100644 --- a/docs/next/typescript.html +++ b/docs/next/typescript.html @@ -85,7 +85,7 @@ ignite new MyTSProject
  1. Add TypeScript and the types for React Native and Jest to your project.
-
yarn add typescript @types/jest @types/react @types/react-native @types/react-test-renderer
+
yarn add --dev typescript @types/jest @types/react @types/react-native @types/react-test-renderer
 # or for npm
 npm install --save-dev typescript @types/jest @types/react @types/react-native @types/react-test-renderer
 
diff --git a/docs/next/typescript/index.html b/docs/next/typescript/index.html index 8d8a49423a4..4426366caf2 100644 --- a/docs/next/typescript/index.html +++ b/docs/next/typescript/index.html @@ -85,7 +85,7 @@ ignite new MyTSProject
  1. Add TypeScript and the types for React Native and Jest to your project.
-
yarn add typescript @types/jest @types/react @types/react-native @types/react-test-renderer
+
yarn add --dev typescript @types/jest @types/react @types/react-native @types/react-test-renderer
 # or for npm
 npm install --save-dev typescript @types/jest @types/react @types/react-native @types/react-test-renderer