diff options
Diffstat (limited to 'support/doc/development/release.md')
-rw-r--r-- | support/doc/development/release.md | 4 |
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 | ``` |
7 | npm run clean:server:test | 7 | npm run clean:server:test |
8 | git checkout master && rm -r ./node_modules && yarn install --pure-lockfile && npm run build:server | 8 | git checkout master && rm -r ./node_modules && yarn install --pure-lockfile && npm run build:server |
9 | NODE_APP_INSTANCE=6 NODE_ENV=test npm run start | 9 | NODE_APP_INSTANCE=6 NODE_ENV=test node dist/server --benchmark-startup |
10 | git checkout develop && rm -r ./node_modules && yarn install --pure-lockfile && npm run build:server | 10 | git checkout develop && rm -r ./node_modules && yarn install --pure-lockfile && npm run build:server |
11 | NODE_APP_INSTANCE=6 NODE_ENV=test npm run start | 11 | NODE_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 |