aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--support/doc/development/release.md4
1 files changed, 2 insertions, 2 deletions
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 @@
6``` 6```
7npm run clean:server:test 7npm run clean:server:test
8git checkout master && rm -r ./node_modules && yarn install --pure-lockfile && npm run build:server 8git checkout master && rm -r ./node_modules && yarn install --pure-lockfile && npm run build:server
9NODE_APP_INSTANCE=6 NODE_ENV=test npm run start 9NODE_APP_INSTANCE=6 NODE_ENV=test node dist/server --benchmark-startup
10git checkout develop && rm -r ./node_modules && yarn install --pure-lockfile && npm run build:server 10git checkout develop && rm -r ./node_modules && yarn install --pure-lockfile && npm run build:server
11NODE_APP_INSTANCE=6 NODE_ENV=test npm run start 11NODE_APP_INSTANCE=6 NODE_ENV=test node dist/server --benchmark-startup
12``` 12```
13 * 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 13 * 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
14 * Update https://peertube2.cpy.re and check it works correctly 14 * Update https://peertube2.cpy.re and check it works correctly