From 26474a484e96af63fbe0e3c6a3eaab557261776d Mon Sep 17 00:00:00 2001 From: Patrick Griffin <58729+firien@users.noreply.github.com> Date: Fri, 13 Oct 2023 21:10:41 -0400 Subject: [PATCH] include build npm script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3c5490e..50e331b 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "scripts": { "test": "node test/node/pack-bits.test.js", - "start": "node server.js" + "build": "node ./build.js" }, "author": "", "license": "ISC",