Update CONTRIBUTING.md
authorChocobozzz <me@florianbigard.com>
Thu, 4 Apr 2019 14:37:18 +0000 (16:37 +0200)
committerGitHub <noreply@github.com>
Thu, 4 Apr 2019 14:37:18 +0000 (16:37 +0200)
.github/CONTRIBUTING.md

index b5d7ede72bf063b79c4365e4bbe870e60f0fb44d..f0a4043accd8e4247434156b53ecb0d1e4a4140e 100644 (file)
@@ -146,7 +146,7 @@ $ createdb -O peertube peertube_test{1,2,3}
 Build the application and flush the old tests data:
 
 ```
-$ npm run build
+$ npm run build -- --light
 $ npm run clean:server:test
 ```