diff options
Diffstat (limited to '.github/CONTRIBUTING.md')
-rw-r--r-- | .github/CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index b5d7ede72..f0a4043ac 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md | |||
@@ -146,7 +146,7 @@ $ createdb -O peertube peertube_test{1,2,3} | |||
146 | Build the application and flush the old tests data: | 146 | Build the application and flush the old tests data: |
147 | 147 | ||
148 | ``` | 148 | ``` |
149 | $ npm run build | 149 | $ npm run build -- --light |
150 | $ npm run clean:server:test | 150 | $ npm run clean:server:test |
151 | ``` | 151 | ``` |
152 | 152 | ||