From 7fd9609a559997142ecdb19a74546475344cca21 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 15 Sep 2023 19:13:16 +0200 Subject: javascript: add more bun shell aliases --- user/settings/development/javascript.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'user/settings/development') diff --git a/user/settings/development/javascript.nix b/user/settings/development/javascript.nix index 0b1b4d8a..8bb0375f 100644 --- a/user/settings/development/javascript.nix +++ b/user/settings/development/javascript.nix @@ -113,6 +113,9 @@ in bnd = "bun dev"; bnp = "bun pm"; bnl = "bun pm ls"; + bnt = "bun test"; + bntw = "bun test --watch"; + bnx = "bunx"; np = "npm"; npi = "npm install"; -- cgit 1.4.1