From d4ab6d45d53b9cec2e23ceffaa9157b371dc75a5 Mon Sep 17 00:00:00 2001 From: Esteban Mendez Date: Wed, 6 Dec 2023 02:49:28 -0500 Subject: [PATCH] New try to make the build work --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ea2a9b9..fb550e7 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "start": "node app.js", "lint": "standard", - "build": "node app.js" + "build": "npm install" }, "dependencies": { "async": "^3.0.12",