diff options
author | Chocobozzz <me@florianbigard.com> | 2019-04-04 16:37:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-04 16:37:18 +0200 |
commit | 9ba1d64b1ac77304d9ffb1b3432a90ea00ff3281 (patch) | |
tree | 3f23540f6e92fd6d7aee87583cc0e7755318ef35 /.github | |
parent | e2409062dedf8856c56ef1bdc98ca623e21c4f3b (diff) | |
download | PeerTube-9ba1d64b1ac77304d9ffb1b3432a90ea00ff3281.tar.gz PeerTube-9ba1d64b1ac77304d9ffb1b3432a90ea00ff3281.tar.zst PeerTube-9ba1d64b1ac77304d9ffb1b3432a90ea00ff3281.zip |
Update CONTRIBUTING.md
Diffstat (limited to '.github')
-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 | ||