From 666674327f009e9b1013218fc384f193b64c6997 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 14 Dec 2025 22:39:18 -0800 Subject: Adds unit tests --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index b5f4484..462afb8 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "author": "emprespresso", "license": "MIT", "scripts": { - "build": "tsc && tsconfig-replace-paths --project tsconfig.json", + "build": "npm test && tsc && tsconfig-replace-paths --project tsconfig.json", "test": "jest", "dev": "tsc --watch", "clean": "rm -rf dist node_modules", -- cgit v1.2.3-70-g09d2