From 33ec89cfe6c1b531bb15fef04f5dc6d123e62030 Mon Sep 17 00:00:00 2001 From: mdheller <21163552+mdheller@users.noreply.github.com> Date: Sun, 31 May 2026 09:21:42 -0400 Subject: [PATCH] Install full Noetica dependencies for dev-mode start --- Formula/noetica.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/noetica.rb b/Formula/noetica.rb index 26f9f8d..0845988 100644 --- a/Formula/noetica.rb +++ b/Formula/noetica.rb @@ -14,7 +14,7 @@ def install libexec.install Dir["*"] cd libexec do - system Formula["node"].opt_bin/"npm", "install", "--omit=dev", "--ignore-scripts", "--no-audit", "--no-fund" + system Formula["node"].opt_bin/"npm", "install", "--ignore-scripts", "--no-audit", "--no-fund" end (bin/"noetica").write <<~EOS