We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5364908 commit c83ee7aCopy full SHA for c83ee7a
packages/react-scripts/template/public/index.html
@@ -24,8 +24,8 @@
24
You can add webfonts, meta tags, or analytics to this file.
25
The build step will place the bundled scripts into the <body> tag.
26
27
- To begin the development, run `npm start`.
28
- To create a production bundle, use `npm run build`.
+ To begin the development, run `npm start` or `yarn start`.
+ To create a production bundle, use `npm run build` or `yarn build`.
29
-->
30
</body>
31
</html>
0 commit comments