You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"test:integration": "npm run test:integration:chrome && npm run test:integration:firefox",
@@ -239,7 +243,8 @@
239
243
"check:demo": "Check the validity of the demo directory by running the type checker and linter on it",
240
244
"check:demo:types": "Check TypeScript types in demo files",
241
245
"lint:demo": "Run linter on demo files",
242
-
"certificate": "Generate a certificate to be able to use HTTPS locally for the demo pages (`npm run start` will then listen to HTTPS requests through a communicated port)"
246
+
"certificate": "Generate a certificate to be able to use HTTPS locally for the demo pages (`npm run start` will then listen to HTTPS requests through a communicated port)",
247
+
"releases:demo": "Publish current demo as the GitHub's pages new demo page (\"stable\" branch only)"
243
248
},
244
249
"Type-check, format, or lint the current code": {
245
250
"check": "Check the validity of the src directory by running the type checker and linter on it",
@@ -293,11 +298,13 @@
293
298
}
294
299
},
295
300
"Build the documentation pages": {
296
-
"doc": "Generate the HTML documentation in doc/generated/pages"
301
+
"doc": "Generate the HTML documentation in doc/generated/pages",
302
+
"releases:doc": "Publish current documentation as the GitHub's pages new documentation pages (\"stable\" branch only)"
297
303
},
298
304
"Make a release": {
299
-
"releases:dev": "Produce dev npm releases (which are tagged pre-releases on npm) with the code in the current branch",
300
-
"update-version": "Update the version to the string given in argument (example: `npm run update-version 3.8.0`). Will update the codebase and perform every builds."
305
+
"releases:dev": "Produce dev npm releases (which are tagged pre-releases on npm) from the current branch.",
306
+
"releases:official": "Produce a new official release of the RxPlayer from the current branch.",
307
+
"update-version": "Update the version of the RxPlayer. Will update the codebase and perform every builds."
0 commit comments