fix(docs): the description of npm run seed in the how-to-setup-freecodecamp-locally page (#49424)

fix: npm run seed description in the docs
This commit is contained in:
Masaki Mori
2023-02-18 23:20:14 +09:00
committed by GitHub
parent e69d78e51d
commit 6acbade16f
+1 -1
View File
@@ -292,6 +292,6 @@ A quick reference to the commands that you will need when working locally.
| command | description |
| ----------------- | ----------------------------------------------------------------------------- |
| `npm ci` | Installs / re-install all dependencies and bootstraps the different services. |
| `npm run seed` | Parses all the challenge markdown files and inserts them into MongoDB. |
| `npm run seed` | Creates authorized test users and inserts them into mongodb. |
| `npm run develop` | Starts the freeCodeCamp API Server and Client Applications. |
| `npm run clean` | Uninstalls all dependencies and cleans up caches. |