DEV: Do not prompt to run `yarn` in dev env (#13167)

This commit is contained in:
Penar Musaraj 2021-05-26 22:16:28 -04:00 committed by GitHub
parent 489535e5c7
commit bc4b41cfb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -15,13 +15,9 @@
<pre><code>$ bin/ember-cli</code></pre>
<p>If it's your first time starting Ember CLI you'll have to run yarn:</p>
<pre><code>$ cd app/assets/javascripts/discourse && yarn</code></pre>
<p>Then visit the following URL to use Discourse:</p>
<a href="http://localhost:4200/">http://localhost:4200</a>
<h3><a href="http://localhost:4200/">http://localhost:4200</a></h3>
</div>
</body>
</html>