From 919b16ba307e738c0897972dc10295b36a88c58f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 4 Mar 2021 10:05:07 +0100 Subject: Update changelog --- support/doc/development/release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support') diff --git a/support/doc/development/release.md b/support/doc/development/release.md index bcc1a3d44..39c2c5608 100644 --- a/support/doc/development/release.md +++ b/support/doc/development/release.md @@ -10,7 +10,7 @@ NODE_APP_INSTANCE=6 NODE_ENV=test npm run start git checkout develop && rm -r ./node_modules && yarn install --pure-lockfile && npm run build:server NODE_APP_INSTANCE=6 NODE_ENV=test npm run start ``` - * Run `rm -r node_modules && rm -r client/node_modules && yarn install --pure-lockfile && npm run build` to see if all the supported languages compile correctly + * 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 * Check CI tests are green * Run E2E tests: `BROWSERSTACK_USER=my_user BROWSERSTACK_KEY=my_key npm run e2e` -- cgit v1.2.3