From 572136a24de803b907b0b4453817bdfbb8e56335 Mon Sep 17 00:00:00 2001 From: Carter Bertolini Date: Tue, 10 Oct 2023 16:11:35 -0400 Subject: [PATCH] Added build scripts for npm --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 1fd37d1..010dd5b 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,8 @@ "main": "index.js", "scripts": { "start": "node dist/index.js", + "build": "tsc", + "live-build": "tsc --watch", "lint": "eslint src/ --fix", "lint-test": "eslint test/ --fix", "test": "jest test/ --config jest.config.ts"