From c9239742c2aeacb1e450dab822566d7cf3b8b609 Mon Sep 17 00:00:00 2001 From: Matthew Casperson Date: Fri, 21 Oct 2022 11:36:37 +1000 Subject: [PATCH] Update package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a1c150b..1a0cab7 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "main": "index.js", "scripts": { "start": "node source/server/index.js", - "test": "jest" + "test": "jest", + "build": "echo 'no build necessary'" }, "author": "", "license": "ISC",