summaryrefslogtreecommitdiff
path: root/utils/lib_sxng_node.sh
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2025-02-05 16:49:06 +0100
committerMarkus Heiser <markus.heiser@darmarIT.de>2025-02-28 12:27:41 +0100
commit2bf77f5d2db2a33828beff402f7f18443204595d (patch)
tree2912f667471afb9d0fc150a65f6c364269ae7d65 /utils/lib_sxng_node.sh
parent1a3543d4b279fa926de1d89c1923581869691a22 (diff)
[web-client] integrate the migrated theme in the development workflows
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils/lib_sxng_node.sh')
-rwxr-xr-xutils/lib_sxng_node.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/lib_sxng_node.sh b/utils/lib_sxng_node.sh
index 0845723e0..27a69a62a 100755
--- a/utils/lib_sxng_node.sh
+++ b/utils/lib_sxng_node.sh
@@ -25,8 +25,8 @@ nodejs.ensure() {
node.env() {
nodejs.ensure
( set -e
- build_msg INSTALL "[npm] ./searx/static/themes/simple/package.json"
- npm --prefix searx/static/themes/simple install
+ build_msg INSTALL "[npm] ./client/simple/package.json"
+ npm --prefix client/simple install
)
dump_return $?
}
@@ -44,7 +44,7 @@ node.clean() {
fi
build_msg CLEAN "themes -- locally installed npm dependencies"
( set -e
- npm --prefix searx/static/themes/simple run clean \
+ npm --prefix client/simple run clean \
| prefix_stdout "${_Blue}CLEAN ${_creset} "
if [ "${PIPESTATUS[0]}" -ne "0" ]; then
return 1