javascript: add more bun shell aliases
Alan Pearce alan@alanpearce.eu
Fri, 15 Sep 2023 19:13:16 +0200
1 files changed, 3 insertions(+), 0 deletions(-)
M user/settings/development/javascript.nix → user/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";