From 1f6650bc2e315c17cafea2dee50a5f50846cec32 Mon Sep 17 00:00:00 2001 From: Santeri Hurnanen Date: Mon, 21 Aug 2023 11:15:39 +0300 Subject: [PATCH] UHF-8510: Fix typo --- public/themes/custom/hdbt_subtheme/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/themes/custom/hdbt_subtheme/README.md b/public/themes/custom/hdbt_subtheme/README.md index 70e49888..418d7777 100644 --- a/public/themes/custom/hdbt_subtheme/README.md +++ b/public/themes/custom/hdbt_subtheme/README.md @@ -31,7 +31,7 @@ Requirements for developing: | npm i | make install-hdbt-subtheme | Install dependencies and link local packages. | | npm ci | N/A | Install a project with a clean slate. Use especially in travis like environments. | | npm run dev | make watch-hdbt-subtheme | Compile styles for development environment and watch file changes. | -| npm run build | make watch-hdbt-subtheme | Build packages for production. Minify CSS/JS. Create icon sprite. | +| npm run build | make build-hdbt-subtheme | Build packages for production. Minify CSS/JS. Create icon sprite. | Consistent Node version defined in `.nvmrc` should be used. For development, use either `nvm` to select the correct version or `make` commands that select the version automatically. Run `make` the commands from the table above in the