Update CONTRIBUTING.md

This commit is contained in:
Chocobozzz
2019-04-04 16:37:18 +02:00
committed by GitHub
parent e2409062de
commit 9ba1d64b1a

View File

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