add git aliases, remove redundant line in catppuccin-discord

This commit is contained in:
Sean Kovacs 2026-01-16 12:03:35 -05:00
commit 02a3d5ae44
Signed by: sckova
GPG key ID: 00F325187C68651A
3 changed files with 7 additions and 2 deletions

View file

@ -39,7 +39,6 @@ stdenv.mkDerivation rec {
'';
buildPhase = ''
yarn --offline build
yarn --offline release
'';