From e9fe95901e3b17c94f2763e8479dfff94e08ede0 Mon Sep 17 00:00:00 2001 From: hackermon Date: Thu, 10 Nov 2022 17:16:33 -0500 Subject: [PATCH] npm install --- .replit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.replit b/.replit index 64d8a7f..18c89cb 100644 --- a/.replit +++ b/.replit @@ -1,5 +1,5 @@ onBoot="npm install" -run = "node --no-warnings ." +run = "npm install && node --no-warnings ." [nix] channel = "stable-21_11"