From faa36c30bb28a7465ef8b14aa93b8775a5e3d0d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jind=C5=99ich=20B=C3=A4r?= Date: Thu, 2 Nov 2023 17:47:19 +0100 Subject: [PATCH] fix: build before benchmarking --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e4c184..32adf0f 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,8 @@ "lint": "eslint src test", "lint:fix": "eslint src test --fix", "test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --coverage", - "test-blocking": "ts-node -T ./test/live-testing/index.js" + "pretest:blocking": "npm run build", + "test:blocking": "ts-node -T ./test/live-testing/index.js" }, "author": { "name": "Apify",