Deploy website

Deploy website version based on eeeec0736d1bc2f89a8ecb74b5192dc70662e385
This commit is contained in:
Website Deployment Script
2019-11-18 23:26:37 +00:00
parent 48d2bce564
commit 02dd18f5f0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ ignite new MyTSProject
<ol>
<li>Add TypeScript and the types for React Native and Jest to your project.</li>
</ol>
<pre><code class="hljs css language-sh">yarn add typescript @types/jest @types/react @types/react-native @types/react-test-renderer
<pre><code class="hljs css language-sh">yarn add --dev typescript @types/jest @types/react @types/react-native @types/react-test-renderer
<span class="hljs-comment"># or for npm</span>
npm install --save-dev typescript @types/jest @types/react @types/react-native @types/react-test-renderer
</code></pre>
+1 -1
View File
@@ -85,7 +85,7 @@ ignite new MyTSProject
<ol>
<li>Add TypeScript and the types for React Native and Jest to your project.</li>
</ol>
<pre><code class="hljs css language-sh">yarn add typescript @types/jest @types/react @types/react-native @types/react-test-renderer
<pre><code class="hljs css language-sh">yarn add --dev typescript @types/jest @types/react @types/react-native @types/react-test-renderer
<span class="hljs-comment"># or for npm</span>
npm install --save-dev typescript @types/jest @types/react @types/react-native @types/react-test-renderer
</code></pre>