docs: add instructions to re-seed the changed files (#16887)

pull/16895/head
Paul Rail 2018-03-14 01:18:57 -04:00 committed by mrugesh mohapatra
parent 543f43c4f1
commit 762ac787b9
1 changed files with 6 additions and 2 deletions

View File

@ -309,11 +309,15 @@ For more about creating challenges, see [seed/README](seed/README.md) and [seed/
#### Changes to the seed files #### Changes to the seed files
If you made changes to any file in the `/seed` directory, you need to run If you made changes to any file in the `/seed` directory, you then need to stop the server by typing CTRL-C, then you need to run
```shell ```shell
$ node seed $ node seed
``` ```
in order to see the changes. Then run
```shell
$ npm run develop
```
in order to restart the server and see the changes you just made to the files.
### Run The Test Suite ### Run The Test Suite