From efa632dc83b9d07264e6135a89f244588c308119 Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Sun, 12 Jan 2025 11:34:57 -0700 Subject: [PATCH] remove redundant build --- d2js/js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/d2js/js/package.json b/d2js/js/package.json index 10a71f2ba..bfe5720a4 100644 --- a/d2js/js/package.json +++ b/d2js/js/package.json @@ -30,7 +30,7 @@ "scripts": { "build": "./make.sh build", "test": "bun test test/unit", - "test:integration": "bun run build && bun test test/integration", + "test:integration": "bun test test/integration", "test:all": "bun run test && bun run test:integration", "dev": "bun --watch dev-server.js", "prepublishOnly": "./make.sh"