Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Framasoft
PeerTube
PeerTube
Commits
af48e345
Verified
Commit
af48e345
authored
Nov 30, 2021
by
Chocobozzz
Browse files
Update release doc
parent
55cb8bc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
support/doc/development/release.md
View file @
af48e345
...
...
@@ -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 n
pm run
start
NODE_APP_INSTANCE=6 NODE_ENV=test n
ode dist/server --benchmark-
start
up
git checkout develop && rm -r ./node_modules && yarn install --pure-lockfile && npm run build:server
NODE_APP_INSTANCE=6 NODE_ENV=test n
pm run
start
NODE_APP_INSTANCE=6 NODE_ENV=test n
ode dist/server --benchmark-
start
up
```
*
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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment