From 1d150e0ab7bf03532b549f350ef99811c1d02c1a Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Mon, 30 Dec 2024 09:34:02 +0300 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e4210a1e..35ba2356 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -154,6 +154,7 @@ To run scripts use the `npm run ` command. - `channels:parse`: generates a list of channels based on the site configuration. - `channels:editor`: utility for quick channels markup. - `channels:validate`: checks the description of channels for errors. +- `sites:update`: updates the list of sites and their status in [SITES.md](SITES.md). - `grab`: downloads a program from a specified source. - `serve`: starts the [web server](https://github.com/vercel/serve). - `lint`: сhecks the scripts for syntax errors.