Patching node modules is not currently needed

This commit is contained in:
Ben Edgington
2025-06-17 15:38:37 +01:00
parent 46ae5b4f06
commit 9080030b3f

View File

@@ -22,11 +22,11 @@ cd $(dirname "$0")/../..
# Set the host variable
source bin/priv/server.sh
echo
echo "*** Patching node modules ***"
npx custompatch
was_it_ok $? "custompatch"
# echo
# echo "*** Patching node modules ***"
#
# npx custompatch
# was_it_ok $? "custompatch"
echo
echo "*** Building site..."