From 31136e254e474f92ce84da715251b07384bce586 Mon Sep 17 00:00:00 2001 From: Justin Parker Date: Sun, 15 Dec 2024 22:30:48 -0800 Subject: [PATCH] Update package.json to add start and generate scripts --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6aba132..206162a 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,8 @@ "main": "index.js", "type": "module", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "start": "node run-test.js", + "generate": "node generate.js" }, "keywords": [ "nlp",