Files
hugo-pages/themes/hugo-theme-m10c/scripts/update_icons.sh
2025-11-30 11:42:28 +01:00

9 lines
69 B
Bash
Executable File

#!/bin/sh
pushd `dirname "$0"`/icons
yarn install
yarn build
popd