Skip to content

Commit

Permalink
UHF-8510: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrsky committed Aug 21, 2023
1 parent f1bec5f commit 1f6650b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/themes/custom/hdbt_subtheme/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f6650b

Please sign in to comment.