aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-04-04 16:37:18 +0200
committerGitHub <noreply@github.com>2019-04-04 16:37:18 +0200
commit9ba1d64b1ac77304d9ffb1b3432a90ea00ff3281 (patch)
tree3f23540f6e92fd6d7aee87583cc0e7755318ef35
parente2409062dedf8856c56ef1bdc98ca623e21c4f3b (diff)
downloadPeerTube-9ba1d64b1ac77304d9ffb1b3432a90ea00ff3281.tar.gz
PeerTube-9ba1d64b1ac77304d9ffb1b3432a90ea00ff3281.tar.zst
PeerTube-9ba1d64b1ac77304d9ffb1b3432a90ea00ff3281.zip
Update CONTRIBUTING.md
-rw-r--r--.github/CONTRIBUTING.md2
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}
146Build the application and flush the old tests data: 146Build 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