all repos — nixfiles @ 7fd9609a559997142ecdb19a74546475344cca21

System and user configuration, managed by nix and home-manager

javascript: add more bun shell aliases

Alan Pearce
commit

7fd9609a559997142ecdb19a74546475344cca21

parent

49b47f7785bde886230d610a79e404fcd03a1391

1 file changed, 3 insertions(+), 0 deletions(-)

jump to
M user/settings/development/javascript.nixuser/settings/development/javascript.nix
@@ -113,6 +113,9 @@ bnrm = "bun remove";
bnd = "bun dev"; bnp = "bun pm"; bnl = "bun pm ls"; + bnt = "bun test"; + bntw = "bun test --watch"; + bnx = "bunx"; np = "npm"; npi = "npm install";