diff options
author | Chocobozzz <me@florianbigard.com> | 2021-11-30 08:36:34 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-11-30 08:36:34 +0100 |
commit | af48e345bee94c0191d4fb40e0c560e2ac0a57fc (patch) | |
tree | a2f1f8eba28d904588bb9c4cfd7198cbe3f3c480 /support/doc | |
parent | 55cb8bc73c259cb8e41c913aacdc3087c7421049 (diff) | |
download | PeerTube-af48e345bee94c0191d4fb40e0c560e2ac0a57fc.tar.gz PeerTube-af48e345bee94c0191d4fb40e0c560e2ac0a57fc.tar.zst PeerTube-af48e345bee94c0191d4fb40e0c560e2ac0a57fc.zip |
Update release doc
Diffstat (limited to 'support/doc')
-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 |