aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-11-30 08:36:34 +0100
committerChocobozzz <me@florianbigard.com>2021-11-30 08:36:34 +0100
commitaf48e345bee94c0191d4fb40e0c560e2ac0a57fc (patch)
treea2f1f8eba28d904588bb9c4cfd7198cbe3f3c480 /support/doc
parent55cb8bc73c259cb8e41c913aacdc3087c7421049 (diff)
downloadPeerTube-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.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