#!/usr/bin/env bash # SPDX-License-Identifier: AGPL-3.0-or-later vite.help(){ cat < /dev/null ) } vite.simple.build() { # build static files of the simple theme ( set -e build_msg SIMPLE "run build of theme from: ${VITE_SIMPLE_THEME}" pushd "${VITE_SIMPLE_THEME}" npm install npm run fix npm run icons.html npm run build ) }