From 9ba1d64b1ac77304d9ffb1b3432a90ea00ff3281 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 4 Apr 2019 16:37:18 +0200 Subject: Update CONTRIBUTING.md --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ``` -- cgit v1.2.3