From 34118d5892bb8a4979b018e5fac67b7fe05f5a20 Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Tue, 9 Jul 2024 18:52:26 +0100 Subject: [PATCH] chore: Fix typo in npm run command --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_profile b/.bash_profile index 25800b69dc..e48b59632a 100644 --- a/.bash_profile +++ b/.bash_profile @@ -30,7 +30,7 @@ alias cr="cargo run" alias nrd="npm run dev" alias nrl="npm run logs" alias nrb="npm run build" -alias nrfb="npm run foce-build" +alias nrfb="npm run force-build" alias nrps="npm run ps-dev" # OneUptime Copilot