javascript: add more bun shell aliases
1 file 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";