Rollback ConverseJS make command

This commit is contained in:
John Livingston 2023-08-22 12:04:29 +02:00
parent 759809cf0a
commit 83233c32a4
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC

View File

@ -41,7 +41,7 @@ mv "$converse_build_dir/custom/webpack.livechat.js" "$converse_build_dir/"
if [[ ! -d "$converse_build_dir/node_modules" ]]; then
echo "Missing node_modules directory, seems we have to call the makefile..."
cd "$converse_build_dir"
make dist
make node_modules src/*
cd $rootdir
fi