Skip to content

Commit 9f6ac88

Browse files
authored
Update available-scripts.md
1 parent 2341dbe commit 9f6ac88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/react/getting-started/available-scripts.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: Available Scripts
44
sidebar_position: 3
55
tags: [react, create-react-app, scripts, npm, start, test, build, eject, react-scripts, react-dom, react-app]
66
description: "Learn about the available scripts in a Create React App project. Use these scripts to start, test, build, and eject your app, as well as to run custom scripts."
7+
hide_table_of_contents: true
78
---
89

910
In your project directory, you can use the following scripts:
@@ -50,4 +51,4 @@ You can also run custom scripts by adding them to the `scripts` section of your
5051

5152
## Learn More
5253

53-
You can learn more about the available scripts and their usage in the [Create React App documentation](https://create-react-app.dev/docs/available-scripts).
54+
You can learn more about the available scripts and their usage in the [Create React App documentation](https://create-react-app.dev/docs/available-scripts).

0 commit comments

Comments
 (0)