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"