Update CONTRIBUTING.md

pull/1759/head
Chocobozzz 2019-04-04 16:37:18 +02:00 committed by GitHub
parent e2409062de
commit 9ba1d64b1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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
```