Skip to content

Commit 88828e4

Browse files
committed
update comments
1 parent ac3c3df commit 88828e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commands/web/woodoo_components/npm-deps

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function checkNpmDeps() {
5151
cd - >/dev/null || exit
5252
}
5353

54-
# Add a command to update npm dependencies for a specific theme or all themes
54+
# A command to update npm dependencies for a specific theme
5555
if [[ $1 == "update-npm-deps" && $2 != "" ]]; then
5656
THEME_TO_UPDATE=$(grep -oP "(?<=${2}: ).*" "${PROJECT_CONFIG_FILE}" | cut -d ' ' -f 1 | tr -d '"')
5757
checkHyva "${THEME_TO_UPDATE}"
@@ -63,7 +63,7 @@ if [[ $1 == "update-npm-deps" && $2 != "" ]]; then
6363
exit 0
6464
fi
6565

66-
# Add a command to check outdated npm dependencies for a specific theme or all themes
66+
# A command to check outdated npm dependencies for a specific theme
6767
if [[ $1 == "check-npm-deps" && $2 != "" ]]; then
6868
THEME_TO_CHECK=$(grep -oP "(?<=${2}: ).*" "${PROJECT_CONFIG_FILE}" | cut -d ' ' -f 1 | tr -d '"')
6969
checkHyva "${THEME_TO_CHECK}"

0 commit comments

Comments
 (0)