From af48e345bee94c0191d4fb40e0c560e2ac0a57fc Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 30 Nov 2021 08:36:34 +0100 Subject: Update release doc --- support/doc/development/release.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'support') diff --git a/support/doc/development/release.md b/support/doc/development/release.md index bb055b7b7..a9a3ca452 100644 --- a/support/doc/development/release.md +++ b/support/doc/development/release.md @@ -6,9 +6,9 @@ ``` npm run clean:server:test git checkout master && rm -r ./node_modules && yarn install --pure-lockfile && npm run build:server -NODE_APP_INSTANCE=6 NODE_ENV=test npm run start +NODE_APP_INSTANCE=6 NODE_ENV=test node dist/server --benchmark-startup git checkout develop && rm -r ./node_modules && yarn install --pure-lockfile && npm run build:server -NODE_APP_INSTANCE=6 NODE_ENV=test npm run start +NODE_APP_INSTANCE=6 NODE_ENV=test node dist/server --benchmark-startup ``` * Run `rm -rf node_modules && rm -rf client/node_modules && yarn install --pure-lockfile && npm run build` to see if all the supported languages compile correctly * Update https://peertube2.cpy.re and check it works correctly -- cgit v1.2.3