File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
commands/web/woodoo_components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
5555if [[ $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
6464fi
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
6767if [[ $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} "
You can’t perform that action at this time.
0 commit comments