From: Chocobozzz Date: Thu, 4 Apr 2019 14:37:18 +0000 (+0200) Subject: Update CONTRIBUTING.md X-Git-Tag: v1.3.0-rc.1~100 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9ba1d64b1ac77304d9ffb1b3432a90ea00ff3281;p=oweals%2Fpeertube.git Update CONTRIBUTING.md --- 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} Build the application and flush the old tests data: ``` -$ npm run build +$ npm run build -- --light $ npm run clean:server:test ```