Files
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