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 node dist/server --benchmark-startup
git checkout develop && rm -r ./node_modules && yarn install --pure-lockfile && npm run build:server
NODE_APP_INSTANCE=6 NODE_ENV=test node dist/server --benchmark-startup
rm -rf node_modules && rm -rf client/node_modules && yarn install --pure-lockfile && npm run build
to see if all the supported languages compile correctlyGITHUB_TOKEN=my_token npm run release -- 1.x.x
openapi.yaml
versiontar.xz
on https://builds.joinpeertube.org/releasegit checkout -b release/1.x.x && git push origin release/1.x.x
At the root of PeerTube:
cd client/src/standalone/embed-player-api
npm version patch
cd ../../../../
npm run release-embed-api