]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Update release doc
authorChocobozzz <me@florianbigard.com>
Tue, 30 Nov 2021 07:36:34 +0000 (08:36 +0100)
committerChocobozzz <me@florianbigard.com>
Tue, 30 Nov 2021 07:36:34 +0000 (08:36 +0100)
support/doc/development/release.md

index bb055b7b7db984514831f55f80266bda510d4da1..a9a3ca452d9ab417e13f8834fc9f1395b5a5b7d5 100644 (file)
@@ -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