From d3b0ce3d36ac28162157263b24e8aeb347446dcb Mon Sep 17 00:00:00 2001 From: ingalls Date: Thu, 5 Dec 2024 17:34:44 -0700 Subject: [PATCH] Dist --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index 19c4deee5..0395bab1f 100644 --- a/api/package.json +++ b/api/package.json @@ -5,7 +5,7 @@ "description": "Facilitate ETL operations to bring non-TAK sources into a TAK Server", "main": "index.js", "scripts": { - "test": "tape test/*.test.js", + "test": "tape dist/test/*.test.js", "tstest": "test/test", "build": "tsc && cp .env* dist/ || true && cp ./icons dist/icons -r && cp ./fonts dist/fonts -r && cp package.json dist/ && cp migrations/ dist/ -r", "lint": "eslint index.ts lib/ routes/ test/",