dotfiles/.local/bin/yarn

9 lines
73 B
Text
Raw Permalink Normal View History

#!/bin/bash
if [[ $1 == "build" ]]; then
bun run $@
exit
fi
bun $@